Skip to content

Commit 3841399

Browse files
chore: update execa
1 parent a0da5d0 commit 3841399

5 files changed

Lines changed: 1401 additions & 2298 deletions

File tree

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ module.exports = {
55
moduleFileExtensions: ["js", "json"],
66
testMatch: ["**/test/**/*.test.js"],
77
setupFilesAfterEnv: ["<rootDir>/setupTest.js"],
8-
globalSetup: "<rootDir>/scripts/globalSetup.js",
8+
globalSetup: "./test/helpers/globalSetup.js",
99
snapshotResolver: "./test/helpers/snapshotResolver.js",
1010
};

0 commit comments

Comments
 (0)