Skip to content

Commit

Permalink
removed unused ts-jest dev-dependency (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubikowski authored Nov 11, 2022
1 parent 0d5e243 commit 5f3a150
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 125 deletions.
4 changes: 1 addition & 3 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,7 @@ const config: Config = {
// testRunner: "jest-circus/runner",

// A map from regular expressions to paths to transformers
// transform: {
// '^.+\\.ts$': 'ts-jest',
// },
// transform: undefined,

// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
// transformIgnorePatterns: [
Expand Down
127 changes: 6 additions & 121 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"eslint-plugin-import": "^2.26.0",
"jest": "^29.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.1",
"typescript": "^4.0.0"
}
}

0 comments on commit 5f3a150

Please sign in to comment.