Skip to content

Commit

Permalink
Use jsdom Jest test environment, see https://jestjs.io/blog/2021/05…
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfrazier committed Jul 16, 2024
1 parent 9e78502 commit 53cd063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = {
// setupFiles: // [array]
// setupTestFrameworkScriptFile: // [string]
// snapshotSerializers: // [array<string>]
// testEnvironment: // [string]
testEnvironment: "jsdom",

Check failure on line 83 in jest.config.js

View workflow job for this annotation

GitHub Actions / lint (20.8.0)

Replace `"jsdom"` with `'jsdom'`
// testMatch: // [array<string>]
// testPathIgnorePatterns: // [array<string>]
// testRegex: // [string]
Expand Down

0 comments on commit 53cd063

Please sign in to comment.