Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ijkml committed Dec 15, 2022
1 parent ea715c4 commit 6f21160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, it } from 'vitest';
import matcher from '../src/index';
import { matcher } from '../src/index';

const { match, test } = matcher;

Expand Down

0 comments on commit 6f21160

Please sign in to comment.