Skip to content

Commit

Permalink
Updated @typescript-eslint dependencies and fixed jest warning due to…
Browse files Browse the repository at this point in the history
… ts-jest package
  • Loading branch information
CMCDragonkai committed May 9, 2022
1 parent f9b6e44 commit f88428d
Show file tree
Hide file tree
Showing 3 changed files with 2,570 additions and 2,258 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { pathsToModuleNameMapper } = require('ts-jest/utils');
const { pathsToModuleNameMapper } = require('ts-jest');
const { compilerOptions } = require('./tsconfig');

module.exports = {
Expand Down
Loading

0 comments on commit f88428d

Please sign in to comment.