Skip to content

Commit

Permalink
fix(build): move jest setup to src (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Toublanc authored Dec 14, 2020
1 parent d5bc58d commit a9fbba8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module.exports = {
collectCoverageFrom: ["src/*.{ts}", "src/**/**.ts"],
preset: "ts-jest",
testEnvironment: "node",
setupFilesAfterEnv: ['./jest.setup.ts'],
setupFilesAfterEnv: ['./src/jest.setup.ts'],
};
File renamed without changes.

0 comments on commit a9fbba8

Please sign in to comment.