Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit cf96251

Browse files
authored
Fix output (#116)
1 parent 817f7d5 commit cf96251

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

jest.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
2-
globalSetup: "./config/global-setup.ts",
3-
globalTeardown: "./config/global-teardown.ts",
2+
globalSetup: "./src/config/global-setup.ts",
3+
globalTeardown: "./src/config/global-teardown.ts",
44
preset: "jest-playwright-preset",
55
testMatch: ["**/src/**/*.test.ts"],
66
collectCoverage: true,
File renamed without changes.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"./global.d.ts",
1212
"node_modules/jest-playwright-preset/types/global.d.ts"
1313
],
14-
"include": ["config/**/*", "src/**/*"]
14+
"include": ["src/**/*"]
1515
}

0 commit comments

Comments
 (0)