Skip to content

Commit

Permalink
- fix: project rename
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Aug 21, 2024
1 parent 66c85aa commit 41dae35
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Tool } from '../src/index';
import { Tool } from './index';

test('exists definition', async () => {
const tool = new Tool({});
Expand Down

0 comments on commit 41dae35

Please sign in to comment.