Skip to content

Commit

Permalink
fix(storefront): BCTHEME-895 Apply security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
yurytut1993 committed Oct 11, 2021
1 parent 63a18cf commit d3f8112
Show file tree
Hide file tree
Showing 3 changed files with 4,469 additions and 2,145 deletions.
6 changes: 4 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,13 @@ module.exports = {
// snapshotSerializers: [],

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

// Options that will be passed to the testEnvironment
// testEnvironmentOptions: {},

// testEnvironment: './custom-jest-environment.js',

// Adds a location field to test results
// testLocationInResults: false,

Expand All @@ -169,7 +171,7 @@ module.exports = {
// testResultsProcessor: null,

// This option allows use of a custom test runner
// testRunner: "jasmine2",
testRunner: "jasmine2",

// This option sets the URL for the jsdom environment. It is reflected in properties such as location.href
// testURL: "http://localhost",
Expand Down
Loading

0 comments on commit d3f8112

Please sign in to comment.