Skip to content

Commit 8bfbf7b

Browse files
committed
Revert "Add temporary workarounds for the jest-environment-jsdom bug; this can be removed after the cyclic dependencies are upgraded"
This reverts commit ef9b82c. # Conflicts: # apps/api-extractor/config/jest/jest.config.json # libraries/ts-command-line/config/jest/jest.config.json
1 parent f8d245c commit 8bfbf7b

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

apps/api-extractor/config/jest/jest.config.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

apps/api-extractor/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
"jju": "~1.3.0",
4242
"lodash": "~4.15.0",
4343
"typescript": "~2.4.1",
44-
"z-schema": "~3.18.3",
45-
"jest-environment-jsdom": "~21.2.1"
44+
"z-schema": "~3.18.3"
4645
},
4746
"devDependencies": {
4847
"@types/lodash": "4.14.74",

libraries/ts-command-line/config/jest/jest.config.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

libraries/ts-command-line/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"argparse": "~1.0.9",
2020
"@types/argparse": "1.0.33",
2121
"colors": "~1.2.1",
22-
"@types/node": "8.5.8",
23-
"jest-environment-jsdom": "~21.2.1"
22+
"@types/node": "8.5.8"
2423
},
2524
"devDependencies": {
2625
"@types/jest": "21.1.10",

0 commit comments

Comments
 (0)