File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
testingSupport/clearActiveSessions Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import type {JestConfigWithTsJest} from "ts-jest"
33
44const jestConfig : JestConfigWithTsJest = {
55 ...defaultConfig ,
6- rootDir : __dirname ,
6+ " rootDir" : "./" ,
77 setupFiles : [ "<rootDir>/.jest/setEnvVars.js" ] ,
88 moduleNameMapper : { "@/(.*)$" : [ "<rootDir>/src/$1" ] }
99}
Original file line number Diff line number Diff line change 1- import defaultConfig from "../../../jest.default.config"
1+ import defaultConfig from "../../../jest.default.config.ts "
22import type { JestConfigWithTsJest } from "ts-jest"
33
44const jestConfig : JestConfigWithTsJest = {
Original file line number Diff line number Diff line change 1- import defaultConfig from "../../../jest.default.config"
1+ import defaultConfig from "../../../jest.default.config.ts "
22import type { JestConfigWithTsJest } from "ts-jest"
33
44const jestConfig : JestConfigWithTsJest = {
Original file line number Diff line number Diff line change 1- import defaultConfig from "../../../jest.default.config"
1+ import defaultConfig from "../../../jest.default.config.ts "
22import type { JestConfigWithTsJest } from "ts-jest"
33
44const jestConfig : JestConfigWithTsJest = {
Original file line number Diff line number Diff line change 1- import defaultConfig from "../../../jest.default.config"
1+ import defaultConfig from "../../../jest.default.config.ts "
22import type { JestConfigWithTsJest } from "ts-jest"
33
44const jestConfig : JestConfigWithTsJest = {
Original file line number Diff line number Diff line change 1- import defaultConfig from "../../../jest.default.config"
1+ import defaultConfig from "../../../jest.default.config.ts "
22import type { JestConfigWithTsJest } from "ts-jest"
33
44const jestConfig : JestConfigWithTsJest = {
Original file line number Diff line number Diff line change 1- import defaultConfig from "../../../jest.default.config"
1+ import defaultConfig from "../../../jest.default.config.ts "
22import type { JestConfigWithTsJest } from "ts-jest"
33
44const jestConfig : JestConfigWithTsJest = {
Original file line number Diff line number Diff line change 1- import defaultConfig from "../../../jest.default.config"
1+ import defaultConfig from "../../../jest.default.config.ts "
22import type { JestConfigWithTsJest } from "ts-jest"
33
44const jestConfig : JestConfigWithTsJest = {
You can’t perform that action at this time.
0 commit comments