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 fd3249c commit 6af33a8Copy full SHA for 6af33a8
jest.config.js
@@ -2,14 +2,14 @@ const { pathsToModuleNameMapper } = require('ts-jest/utils');
2
const { compilerOptions } = require('./tsconfig');
3
4
module.exports = {
5
- "verbose": true,
6
- "roots": [
+ verbose: true,
+ roots: [
7
"<rootDir>/tests"
8
],
9
- "testMatch": [
+ testMatch: [
10
"**/?(*.)+(spec|test|unit.test).+(ts|tsx|js)"
11
12
- "transform": {
+ transform: {
13
"^.+\\.tsx?$": "ts-jest"
14
},
15
setupFiles: [
0 commit comments