We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964ef70 commit 66b21a3Copy full SHA for 66b21a3
packages/webui/jest.config.cjs
@@ -7,6 +7,7 @@ module.exports = {
7
globals: {},
8
moduleFileExtensions: ['js', 'ts', 'tsx'],
9
moduleNameMapper: {
10
+ 'sha.js': 'sha.js',
11
'meteor/(.*)': '<rootDir>/src/meteor/$1',
12
'(.+)\\.js$': '$1',
13
},
0 commit comments