We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fff7c commit ab89333Copy full SHA for ab89333
src/categories/js/jest/config/default.config.ts
@@ -9,6 +9,7 @@ export const scripts: NpmScript[] = [
9
];
10
11
const configFileContent = readableMultilineString`
12
+ /** @type {import('jest').Config} */
13
module.exports = {
14
testEnvironment: 'node',
15
testRegex: '.*\\.(spec|test)\\.js$',
0 commit comments