Skip to content

Commit 21f17a5

Browse files
committed
fix: revert set up globalThis for jest tests
This reverts commit db212a4. We no longer test in Node.js 10.x
1 parent db212a4 commit 21f17a5

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ module.exports = {
99
],
1010
testPathIgnorePatterns: ["/node_modules/", "<rootDir>/clients/client-.*"],
1111
coveragePathIgnorePatterns: ["/node_modules/", "<rootDir>/clients/client-.*", "/__fixtures__/"],
12-
setupFiles: ["<rootDir>/scripts/jest/setupGlobalThis.js"],
1312
};

scripts/jest/setupGlobalThis.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)