Skip to content

Commit

Permalink
fix(client): tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kostaspt committed Jan 9, 2022
1 parent 9c020db commit bd1d385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { moduleFileExtensions } = require('jest-config').defaults;
const { pathsToModuleNameMapper } = require('ts-jest/utils');
const { pathsToModuleNameMapper } = require('ts-jest');
const { compilerOptions } = require('./tsconfig');

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@test/*": [
"../test/*"
]
},
}
},
"include": [
"next-env.d.ts",
Expand Down

0 comments on commit bd1d385

Please sign in to comment.