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.
jest.config.js
jest.config.mjs
1 parent bca4371 commit cdc1672Copy full SHA for cdc1672
jest.config.js renamed to jest.config.mjs
@@ -2,7 +2,8 @@
2
3
/** @typedef {import('ts-jest/dist/types')} */
4
/** @type {import('@jest/types').Config.InitialOptions} */
5
-module.exports = {
+// eslint-disable-next-line import/no-default-export
6
+export default {
7
displayName: 'test',
8
preset: 'ts-jest',
9
testMatch: ['<rootDir>/test/**/*.test.ts?(x)'],
0 commit comments