Skip to content

Commit

Permalink
chore(deps): update NestJS to v8 and others
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Aug 19, 2021
1 parent 0e7e07d commit 2b209e1
Show file tree
Hide file tree
Showing 3 changed files with 8,353 additions and 16,352 deletions.
11 changes: 4 additions & 7 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ module.exports = {
rootDir: "./",
roots: ["<rootDir>/tests", "<rootDir>/src"],
collectCoverage: false,
collectCoverageFrom: [
"<rootDir>/src/**/*.ts",
"!<rootDir>/src/**/*.d.ts",
],
collectCoverageFrom: ["<rootDir>/src/**/*.ts", "!<rootDir>/src/**/*.d.ts"],
coverageDirectory: "<rootDir>/coverage",
testEnvironment: "node",
globals: {
'ts-jest': {
tsConfig: '<rootDir>/tests/tsconfig.json'
}
"ts-jest": {
tsconfig: "<rootDir>/tests/tsconfig.json",
},
},
};
Loading

0 comments on commit 2b209e1

Please sign in to comment.