We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb2d53 commit 1a34a8eCopy full SHA for 1a34a8e
jest.config.cjs
@@ -0,0 +1,5 @@
1
+/** @type {import('ts-jest').JestConfigWithTsJest} */
2
+module.exports = {
3
+ preset: 'ts-jest',
4
+ testEnvironment: 'node',
5
+};
0 commit comments