Skip to content

Commit 2b209e1

Browse files
committed
chore(deps): update NestJS to v8 and others
1 parent 0e7e07d commit 2b209e1

File tree

3 files changed

+8353
-16352
lines changed

3 files changed

+8353
-16352
lines changed

jest.config.js

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ module.exports = {
88
rootDir: "./",
99
roots: ["<rootDir>/tests", "<rootDir>/src"],
1010
collectCoverage: false,
11-
collectCoverageFrom: [
12-
"<rootDir>/src/**/*.ts",
13-
"!<rootDir>/src/**/*.d.ts",
14-
],
11+
collectCoverageFrom: ["<rootDir>/src/**/*.ts", "!<rootDir>/src/**/*.d.ts"],
1512
coverageDirectory: "<rootDir>/coverage",
1613
testEnvironment: "node",
1714
globals: {
18-
'ts-jest': {
19-
tsConfig: '<rootDir>/tests/tsconfig.json'
20-
}
15+
"ts-jest": {
16+
tsconfig: "<rootDir>/tests/tsconfig.json",
17+
},
2118
},
2219
};

0 commit comments

Comments
 (0)