Skip to content

Commit

Permalink
Test environment explicity specified
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Nov 14, 2021
1 parent 7ae65ec commit 568599d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ module.exports = {
// snapshotSerializers: [],

// The test environment that will be used for testing
// testEnvironment: "jest-environment-jsdom",
testEnvironment: "jest-environment-jsdom",

// Options that will be passed to the testEnvironment
// testEnvironmentOptions: {},
Expand All @@ -143,10 +143,7 @@ module.exports = {
],

// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
testPathIgnorePatterns: [
"/node_modules/",
"/tests/"
],
testPathIgnorePatterns: ["/node_modules/", "/tests/"],

// The regexp pattern or array of patterns that Jest uses to detect test files
// testRegex: [],
Expand Down

0 comments on commit 568599d

Please sign in to comment.