This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci:force] Fix ADF jest configs (#4271)
- Loading branch information
1 parent
3ce43c6
commit eab022d
Showing
8 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
const { resolve } = require('path'); | ||
const config = require('./jest.config'); | ||
const { overrideTsConfig } = require('../projects/adf-candidates/testing/jest/jest-utils'); | ||
|
||
module.exports = overrideTsConfig(config, "<rootDir>/tsconfig.spec.adf.json"); | ||
module.exports = overrideTsConfig(config, resolve(__dirname, 'tsconfig.spec.adf.json')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
const { resolve } = require('path'); | ||
const config = require('./jest.config'); | ||
const { overrideTsConfig } = require('./testing/jest/jest-utils'); | ||
|
||
module.exports = overrideTsConfig(config, "<rootDir>/tsconfig.spec.adf.json"); | ||
module.exports = overrideTsConfig(config, resolve(__dirname, 'tsconfig.spec.adf.json')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
const { resolve } = require('path'); | ||
const config = require('./jest.config'); | ||
const { overrideTsConfig } = require('../adf-candidates/testing/jest/jest-utils'); | ||
|
||
module.exports = overrideTsConfig(config, "<rootDir>/tsconfig.spec.adf.json"); | ||
module.exports = overrideTsConfig(config, resolve(__dirname, 'tsconfig.spec.adf.json')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
const { resolve } = require('path'); | ||
const config = require('./jest.config'); | ||
const { overrideTsConfig } = require('../adf-candidates/testing/jest/jest-utils'); | ||
|
||
module.exports = overrideTsConfig(config, "<rootDir>/tsconfig.spec.adf.json"); | ||
module.exports = overrideTsConfig(config, resolve(__dirname, 'tsconfig.spec.adf.json')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
const { resolve } = require('path'); | ||
const config = require('./jest.config'); | ||
const { overrideTsConfig } = require('../adf-candidates/testing/jest/jest-utils'); | ||
|
||
module.exports = overrideTsConfig(config, "<rootDir>/tsconfig.spec.adf.json"); | ||
module.exports = overrideTsConfig(config, resolve(__dirname, 'tsconfig.spec.adf.json')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
const { resolve } = require('path'); | ||
const config = require('./jest.config'); | ||
const { overrideTsConfig } = require('../../adf-candidates/testing/jest/jest-utils'); | ||
|
||
module.exports = overrideTsConfig(config, "<rootDir>/tsconfig.spec.adf.json"); | ||
module.exports = overrideTsConfig(config, resolve(__dirname, 'tsconfig.spec.adf.json')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
const { resolve } = require('path'); | ||
const config = require('./jest.config'); | ||
const { overrideTsConfig } = require('../adf-candidates/testing/jest/jest-utils'); | ||
|
||
module.exports = overrideTsConfig(config, "<rootDir>/tsconfig.spec.adf.json"); | ||
module.exports = overrideTsConfig(config, resolve(__dirname, 'tsconfig.spec.adf.json')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
const { resolve } = require('path'); | ||
const config = require('./jest.config'); | ||
const { overrideTsConfig } = require('../adf-candidates/testing/jest/jest-utils'); | ||
|
||
module.exports = overrideTsConfig(config, "<rootDir>/tsconfig.spec.adf.json"); | ||
module.exports = overrideTsConfig(config, resolve(__dirname, 'tsconfig.spec.adf.json')); |