Skip to content

Commit ab89333

Browse files
committed
feat: add jest config type to default jest config
1 parent c7fff7c commit ab89333

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/categories/js/jest/config/default.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const scripts: NpmScript[] = [
99
];
1010

1111
const configFileContent = readableMultilineString`
12+
/** @type {import('jest').Config} */
1213
module.exports = {
1314
testEnvironment: 'node',
1415
testRegex: '.*\\.(spec|test)\\.js$',

0 commit comments

Comments
 (0)