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 fb6cc0e commit ea4489aCopy full SHA for ea4489a
jest.config.js
@@ -16,7 +16,7 @@ module.exports = {
16
tsconfig: './src/tsconfig.json',
17
diagnostics: {
18
warnOnly: true,
19
- exclude: ['src/scripts/**/*.js', 'src/config/**/*.js'],
+ exclude: ['**/*'],
20
},
21
22
0 commit comments