Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Commit 7c63ad5

Browse files
committed
fix jest import alias
1 parent 7d7588e commit 7c63ad5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.vscode/settings.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"deno.enable": false,
3+
"typescript.tsdk": "node_modules/typescript/lib"
4+
}

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ module.exports = {
2424
'<rootDir>/__mocks__/mocks.js',
2525
'\\.(css|less|scss)$': '<rootDir>/__mocks__/mocks.js',
2626
},
27+
moduleDirectories: ['node_modules', 'src'],
2728
};

0 commit comments

Comments
 (0)