Skip to content

Commit f2808bb

Browse files
authored
fix(config): improve emit skipped error message and ensure outDir always TS_JEST_OUT_DIR (#2357)
1 parent 1965e20 commit f2808bb

21 files changed

Lines changed: 20 additions & 258 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.

e2e/__cases__/allow-js/with-outDir/tsconfig.json renamed to e2e/__cases__/allow-js/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"compilerOptions": {
33
"target": "es5",
44
"allowJs": true,
5-
"outDir": "$$ts-jest$$"
5+
"outDir": "./build"
66
}
77
}

e2e/__cases__/allow-js/without-outDir/bar.spec.ts

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

e2e/__cases__/allow-js/without-outDir/bar.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

e2e/__cases__/allow-js/without-outDir/esm.spec.js

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

e2e/__cases__/allow-js/without-outDir/foo.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)