Skip to content

Commit fde8697

Browse files
committed
fix: problems after migration to vitest
1 parent eb668db commit fde8697

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { vitest } from 'vitest';
2+
13
export default {
2-
nativeStoreDidChange: jest.fn(),
4+
nativeStoreDidChange: vitest.fn(),
35
};

packages/cli/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@
110110
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
111111
"skipLibCheck": true /* Skip type checking all .d.ts files. */
112112
},
113-
"exclude": ["__tests__", "__fixtures__", "dist"],
113+
"exclude": ["__tests__", "__fixtures__", "dist", "vitest.config.ts"],
114114
}

0 commit comments

Comments
 (0)