Skip to content

Commit 17e67ca

Browse files
Update jest version
1 parent b5cba88 commit 17e67ca

File tree

3 files changed

+1161
-1021
lines changed

3 files changed

+1161
-1021
lines changed

lambdas/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ module.exports = {
116116
// setupFiles: [],
117117

118118
// The path to a module that runs some code to configure or set up the testing framework before each test
119-
setupTestFrameworkScriptFile: "<rootDir>/setup-jest.js",
119+
setupFilesAfterEnv: [ "<rootDir>/setup-jest.js" ],
120120

121121
// A list of paths to snapshot serializer modules Jest should use for snapshot testing
122122
// snapshotSerializers: [],

0 commit comments

Comments
 (0)