Skip to content

Commit

Permalink
Drop ts-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
skorfmann committed Dec 1, 2021
1 parent 6007f6e commit dfa0a97
Show file tree
Hide file tree
Showing 19 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions test/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.jsii

*.js
!jest.config.js
!jest.setup.js
5 changes: 2 additions & 3 deletions test/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
roots: [
"<rootDir>"
],
setupFilesAfterEnv: ['./jest.setup.js'],
testMatch: ['**/*test.ts'],
testMatch: ['**/*test.js'],
moduleFileExtensions: [
"js",
"ts"
"ts",
],
testTimeout: 300000
}
1 change: 0 additions & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"jest": "^27.2.1",
"node-pty": "0.10.0",
"strip-ansi": "^6.0.0",
"ts-jest": "^27.0.7",
"typescript": "^3.9.7"
}
}

0 comments on commit dfa0a97

Please sign in to comment.