Skip to content

Commit 6af33a8

Browse files
committed
Removing double quotes for keys in jest.config.ts [ci skip]
1 parent fd3249c commit 6af33a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jest.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ const { pathsToModuleNameMapper } = require('ts-jest/utils');
22
const { compilerOptions } = require('./tsconfig');
33

44
module.exports = {
5-
"verbose": true,
6-
"roots": [
5+
verbose: true,
6+
roots: [
77
"<rootDir>/tests"
88
],
9-
"testMatch": [
9+
testMatch: [
1010
"**/?(*.)+(spec|test|unit.test).+(ts|tsx|js)"
1111
],
12-
"transform": {
12+
transform: {
1313
"^.+\\.tsx?$": "ts-jest"
1414
},
1515
setupFiles: [

0 commit comments

Comments
 (0)