Skip to content

Commit

Permalink
jest-env moved
Browse files Browse the repository at this point in the history
  • Loading branch information
cedmax committed Mar 16, 2024
1 parent 333b83c commit 5ceef2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"collectCoverageFrom": [
"./src/content/**/*.js"
],
"testEnvironment": "./FixJSDOMEnvironment.js",
"testEnvironment": "jsdom",
"setupFiles": [
"./jest.setup.js"
],
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions src/content/lodash/lang/cloneDeep/spec.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @jest-environment ./src/content/lodash/lang/cloneDeep/fixJSDOMEnvironment.js
*/

const expected = false

const lodash = require('./lodash')
Expand Down

0 comments on commit 5ceef2a

Please sign in to comment.