From 21cf669a4ff9b40bad0ef89f2adb8942d4c538a3 Mon Sep 17 00:00:00 2001 From: Tom Mrazauskas Date: Thu, 6 Oct 2022 17:18:40 +0300 Subject: [PATCH] chore: use `references` in all `__tests__/tsconfig.json` files (#13394) --- packages/babel-jest/src/__tests__/tsconfig.json | 6 ++---- .../babel-plugin-jest-hoist/src/__tests__/tsconfig.json | 6 ++---- packages/diff-sequences/src/__tests__/tsconfig.json | 6 ++---- packages/expect-utils/src/__tests__/tsconfig.json | 6 ++---- packages/jest-circus/src/__tests__/tsconfig.json | 5 +---- packages/jest-cli/src/__tests__/tsconfig.json | 6 ++---- packages/jest-cli/src/init/__tests__/tsconfig.json | 6 ++---- packages/jest-config/src/__tests__/tsconfig.json | 6 ++---- packages/jest-console/src/__tests__/tsconfig.json | 6 ++---- packages/jest-core/src/lib/__tests__/tsconfig.json | 6 ++---- packages/jest-core/src/plugins/__tests__/tsconfig.json | 6 ++---- .../src/__tests__/tsconfig.json | 6 ++---- packages/jest-diff/src/__tests__/tsconfig.json | 6 ++---- packages/jest-docblock/src/__tests__/tsconfig.json | 6 ++---- packages/jest-each/src/__tests__/tsconfig.json | 6 ++---- packages/jest-environment-jsdom/src/__tests__/tsconfig.json | 6 ++---- packages/jest-environment-node/src/__tests__/tsconfig.json | 6 ++---- packages/jest-fake-timers/src/__tests__/tsconfig.json | 6 ++---- packages/jest-get-type/src/__tests__/tsconfig.json | 6 ++---- packages/jest-globals/src/__tests__/tsconfig.json | 6 ++---- packages/jest-haste-map/src/__tests__/tsconfig.json | 6 ++---- .../jest-haste-map/src/crawlers/__tests__/tsconfig.json | 6 ++---- packages/jest-haste-map/src/lib/__tests__/tsconfig.json | 6 ++---- packages/jest-jasmine2/src/__tests__/tsconfig.json | 6 ++---- packages/jest-leak-detector/src/__tests__/tsconfig.json | 6 ++---- packages/jest-matcher-utils/src/__tests__/tsconfig.json | 6 ++---- packages/jest-message-util/src/__tests__/tsconfig.json | 6 ++---- packages/jest-mock/src/__tests__/tsconfig.json | 6 ++---- packages/jest-regex-util/src/__tests__/tsconfig.json | 6 ++---- packages/jest-repl/src/__tests__/tsconfig.json | 6 ++---- packages/jest-reporters/src/__tests__/tsconfig.json | 6 ++---- .../jest-resolve-dependencies/src/__tests__/tsconfig.json | 6 ++---- packages/jest-resolve/src/__tests__/tsconfig.json | 6 ++---- packages/jest-runner/src/__tests__/tsconfig.json | 6 ++---- packages/jest-runtime/src/__tests__/tsconfig.json | 6 ++---- packages/jest-snapshot/src/__tests__/tsconfig.json | 6 ++---- packages/jest-source-map/src/__tests__/tsconfig.json | 6 ++---- packages/jest-test-result/src/__tests__/tsconfig.json | 6 ++---- packages/jest-test-sequencer/src/__tests__/tsconfig.json | 6 ++---- packages/jest-transform/src/__tests__/tsconfig.json | 6 ++---- packages/jest-util/src/__tests__/tsconfig.json | 6 ++---- packages/jest-validate/src/__tests__/tsconfig.json | 6 ++---- packages/jest-watcher/src/lib/__tests__/tsconfig.json | 6 ++---- packages/jest-worker/src/__tests__/tsconfig.json | 6 ++---- packages/jest-worker/src/base/__tests__/tsconfig.json | 6 ++---- packages/jest-worker/src/workers/__tests__/tsconfig.json | 6 ++---- packages/pretty-format/src/__tests__/tsconfig.json | 6 ++---- 47 files changed, 93 insertions(+), 188 deletions(-) diff --git a/packages/babel-jest/src/__tests__/tsconfig.json b/packages/babel-jest/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/babel-jest/src/__tests__/tsconfig.json +++ b/packages/babel-jest/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/babel-plugin-jest-hoist/src/__tests__/tsconfig.json b/packages/babel-plugin-jest-hoist/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/babel-plugin-jest-hoist/src/__tests__/tsconfig.json +++ b/packages/babel-plugin-jest-hoist/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/diff-sequences/src/__tests__/tsconfig.json b/packages/diff-sequences/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/diff-sequences/src/__tests__/tsconfig.json +++ b/packages/diff-sequences/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/expect-utils/src/__tests__/tsconfig.json b/packages/expect-utils/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/expect-utils/src/__tests__/tsconfig.json +++ b/packages/expect-utils/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-circus/src/__tests__/tsconfig.json b/packages/jest-circus/src/__tests__/tsconfig.json index 5a91fe899445..dd1bca103251 100644 --- a/packages/jest-circus/src/__tests__/tsconfig.json +++ b/packages/jest-circus/src/__tests__/tsconfig.json @@ -1,8 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"], + "include": ["./**/*"], "references": [{"path": "../../"}] } diff --git a/packages/jest-cli/src/__tests__/tsconfig.json b/packages/jest-cli/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-cli/src/__tests__/tsconfig.json +++ b/packages/jest-cli/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-cli/src/init/__tests__/tsconfig.json b/packages/jest-cli/src/init/__tests__/tsconfig.json index 406e8d978e62..facea41430cf 100644 --- a/packages/jest-cli/src/init/__tests__/tsconfig.json +++ b/packages/jest-cli/src/init/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../../"}] } diff --git a/packages/jest-config/src/__tests__/tsconfig.json b/packages/jest-config/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-config/src/__tests__/tsconfig.json +++ b/packages/jest-config/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-console/src/__tests__/tsconfig.json b/packages/jest-console/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-console/src/__tests__/tsconfig.json +++ b/packages/jest-console/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-core/src/lib/__tests__/tsconfig.json b/packages/jest-core/src/lib/__tests__/tsconfig.json index 406e8d978e62..facea41430cf 100644 --- a/packages/jest-core/src/lib/__tests__/tsconfig.json +++ b/packages/jest-core/src/lib/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../../"}] } diff --git a/packages/jest-core/src/plugins/__tests__/tsconfig.json b/packages/jest-core/src/plugins/__tests__/tsconfig.json index 406e8d978e62..facea41430cf 100644 --- a/packages/jest-core/src/plugins/__tests__/tsconfig.json +++ b/packages/jest-core/src/plugins/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../../"}] } diff --git a/packages/jest-create-cache-key-function/src/__tests__/tsconfig.json b/packages/jest-create-cache-key-function/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-create-cache-key-function/src/__tests__/tsconfig.json +++ b/packages/jest-create-cache-key-function/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-diff/src/__tests__/tsconfig.json b/packages/jest-diff/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-diff/src/__tests__/tsconfig.json +++ b/packages/jest-diff/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-docblock/src/__tests__/tsconfig.json b/packages/jest-docblock/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-docblock/src/__tests__/tsconfig.json +++ b/packages/jest-docblock/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-each/src/__tests__/tsconfig.json b/packages/jest-each/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-each/src/__tests__/tsconfig.json +++ b/packages/jest-each/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-environment-jsdom/src/__tests__/tsconfig.json b/packages/jest-environment-jsdom/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-environment-jsdom/src/__tests__/tsconfig.json +++ b/packages/jest-environment-jsdom/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-environment-node/src/__tests__/tsconfig.json b/packages/jest-environment-node/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-environment-node/src/__tests__/tsconfig.json +++ b/packages/jest-environment-node/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-fake-timers/src/__tests__/tsconfig.json b/packages/jest-fake-timers/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-fake-timers/src/__tests__/tsconfig.json +++ b/packages/jest-fake-timers/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-get-type/src/__tests__/tsconfig.json b/packages/jest-get-type/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-get-type/src/__tests__/tsconfig.json +++ b/packages/jest-get-type/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-globals/src/__tests__/tsconfig.json b/packages/jest-globals/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-globals/src/__tests__/tsconfig.json +++ b/packages/jest-globals/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-haste-map/src/__tests__/tsconfig.json b/packages/jest-haste-map/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-haste-map/src/__tests__/tsconfig.json +++ b/packages/jest-haste-map/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-haste-map/src/crawlers/__tests__/tsconfig.json b/packages/jest-haste-map/src/crawlers/__tests__/tsconfig.json index 406e8d978e62..facea41430cf 100644 --- a/packages/jest-haste-map/src/crawlers/__tests__/tsconfig.json +++ b/packages/jest-haste-map/src/crawlers/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../../"}] } diff --git a/packages/jest-haste-map/src/lib/__tests__/tsconfig.json b/packages/jest-haste-map/src/lib/__tests__/tsconfig.json index 406e8d978e62..facea41430cf 100644 --- a/packages/jest-haste-map/src/lib/__tests__/tsconfig.json +++ b/packages/jest-haste-map/src/lib/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../../"}] } diff --git a/packages/jest-jasmine2/src/__tests__/tsconfig.json b/packages/jest-jasmine2/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-jasmine2/src/__tests__/tsconfig.json +++ b/packages/jest-jasmine2/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-leak-detector/src/__tests__/tsconfig.json b/packages/jest-leak-detector/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-leak-detector/src/__tests__/tsconfig.json +++ b/packages/jest-leak-detector/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-matcher-utils/src/__tests__/tsconfig.json b/packages/jest-matcher-utils/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-matcher-utils/src/__tests__/tsconfig.json +++ b/packages/jest-matcher-utils/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-message-util/src/__tests__/tsconfig.json b/packages/jest-message-util/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-message-util/src/__tests__/tsconfig.json +++ b/packages/jest-message-util/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-mock/src/__tests__/tsconfig.json b/packages/jest-mock/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-mock/src/__tests__/tsconfig.json +++ b/packages/jest-mock/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-regex-util/src/__tests__/tsconfig.json b/packages/jest-regex-util/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-regex-util/src/__tests__/tsconfig.json +++ b/packages/jest-regex-util/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-repl/src/__tests__/tsconfig.json b/packages/jest-repl/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-repl/src/__tests__/tsconfig.json +++ b/packages/jest-repl/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-reporters/src/__tests__/tsconfig.json b/packages/jest-reporters/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-reporters/src/__tests__/tsconfig.json +++ b/packages/jest-reporters/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-resolve-dependencies/src/__tests__/tsconfig.json b/packages/jest-resolve-dependencies/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-resolve-dependencies/src/__tests__/tsconfig.json +++ b/packages/jest-resolve-dependencies/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-resolve/src/__tests__/tsconfig.json b/packages/jest-resolve/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-resolve/src/__tests__/tsconfig.json +++ b/packages/jest-resolve/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-runner/src/__tests__/tsconfig.json b/packages/jest-runner/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-runner/src/__tests__/tsconfig.json +++ b/packages/jest-runner/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-runtime/src/__tests__/tsconfig.json b/packages/jest-runtime/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-runtime/src/__tests__/tsconfig.json +++ b/packages/jest-runtime/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-snapshot/src/__tests__/tsconfig.json b/packages/jest-snapshot/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-snapshot/src/__tests__/tsconfig.json +++ b/packages/jest-snapshot/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-source-map/src/__tests__/tsconfig.json b/packages/jest-source-map/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-source-map/src/__tests__/tsconfig.json +++ b/packages/jest-source-map/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-test-result/src/__tests__/tsconfig.json b/packages/jest-test-result/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-test-result/src/__tests__/tsconfig.json +++ b/packages/jest-test-result/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-test-sequencer/src/__tests__/tsconfig.json b/packages/jest-test-sequencer/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-test-sequencer/src/__tests__/tsconfig.json +++ b/packages/jest-test-sequencer/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-transform/src/__tests__/tsconfig.json b/packages/jest-transform/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-transform/src/__tests__/tsconfig.json +++ b/packages/jest-transform/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-util/src/__tests__/tsconfig.json b/packages/jest-util/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-util/src/__tests__/tsconfig.json +++ b/packages/jest-util/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-validate/src/__tests__/tsconfig.json b/packages/jest-validate/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-validate/src/__tests__/tsconfig.json +++ b/packages/jest-validate/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-watcher/src/lib/__tests__/tsconfig.json b/packages/jest-watcher/src/lib/__tests__/tsconfig.json index 406e8d978e62..facea41430cf 100644 --- a/packages/jest-watcher/src/lib/__tests__/tsconfig.json +++ b/packages/jest-watcher/src/lib/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../../"}] } diff --git a/packages/jest-worker/src/__tests__/tsconfig.json b/packages/jest-worker/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/jest-worker/src/__tests__/tsconfig.json +++ b/packages/jest-worker/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] } diff --git a/packages/jest-worker/src/base/__tests__/tsconfig.json b/packages/jest-worker/src/base/__tests__/tsconfig.json index 406e8d978e62..facea41430cf 100644 --- a/packages/jest-worker/src/base/__tests__/tsconfig.json +++ b/packages/jest-worker/src/base/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../../"}] } diff --git a/packages/jest-worker/src/workers/__tests__/tsconfig.json b/packages/jest-worker/src/workers/__tests__/tsconfig.json index 3ed459489903..facea41430cf 100644 --- a/packages/jest-worker/src/workers/__tests__/tsconfig.json +++ b/packages/jest-worker/src/workers/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../../"}] } diff --git a/packages/pretty-format/src/__tests__/tsconfig.json b/packages/pretty-format/src/__tests__/tsconfig.json index 8ccc3083ffb0..dd1bca103251 100644 --- a/packages/pretty-format/src/__tests__/tsconfig.json +++ b/packages/pretty-format/src/__tests__/tsconfig.json @@ -1,7 +1,5 @@ { "extends": "../../../../tsconfig.test.json", - "compilerOptions": { - "rootDir": "../" - }, - "include": ["../**/*"] + "include": ["./**/*"], + "references": [{"path": "../../"}] }