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 62b89b6 commit c12b9e6Copy full SHA for c12b9e6
jest.config.js
@@ -1,6 +1,6 @@
1
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
2
module.exports = {
3
- roots: ['./src'],
+ roots: ['./test'],
4
preset: 'ts-jest',
5
testEnvironment: 'node',
6
moduleFileExtensions: ['js', 'ts'],
0 commit comments