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 fd68634 commit 9351e5bCopy full SHA for 9351e5b
enabler/jest.config.ts
@@ -1,6 +1,6 @@
1
/** @type {import('ts-jest').JestConfigWithTsJest} */
2
3
-module.exports = {
+export default {
4
preset: 'ts-jest',
5
testEnvironment: 'node',
6
setupFiles: ['./test/jest.setup.ts'],
0 commit comments