Skip to content

Commit 2bf9809

Browse files
author
Madelyn Kasula
authored
Merge pull request #348 from code-dot-org/remove-globals
Remove globals object now that we are using jsdom testEnvironment
2 parents 8ec56da + e111e89 commit 2bf9809

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@
1313
"^@ml(.*)$": "<rootDir>/src/$1",
1414
"^@public(.*)$": "<rootDir>/public/$1"
1515
},
16-
"setupTestFrameworkScriptFile": "<rootDir>/test/setup.js",
17-
"globals": {
18-
"window": {},
19-
"location": {}
20-
}
16+
"setupTestFrameworkScriptFile": "<rootDir>/test/setup.js"
2117
},
2218
"scripts": {
2319
"build": "webpack -p",

0 commit comments

Comments
 (0)