Skip to content

Commit

Permalink
fix(utils): update vitest matcher import path
Browse files Browse the repository at this point in the history
  • Loading branch information
starc007 committed Dec 9, 2024
1 parent b274d6d commit 2edccc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/utils/src/test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ export * from './test-utils/getForcProject';
export * from './test-utils/expectToBeInRange';
export * from './test-utils/constants';
export * from './test-utils/wait-until-unreachable';
export * from './test-utils/vitest.matcher';
2 changes: 1 addition & 1 deletion packages/utils/vitest.setup.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { setupTestMatchers } from './src/test-utils';
import { setupTestMatchers } from './src/test-utils/vitest.matcher';

setupTestMatchers();

0 comments on commit 2edccc6

Please sign in to comment.