Skip to content

Commit

Permalink
chore: Update package version of WebApp dependencies (Unity-Technolog…
Browse files Browse the repository at this point in the history
…ies#701)

* fix

* revert

* update package version

* fix

* ignore lint error

* fix

* fix

* fix

* fix

* fix
  • Loading branch information
karasusan authored Jun 14, 2022
1 parent 0b869d0 commit 5a61ffc
Show file tree
Hide file tree
Showing 9 changed files with 12,325 additions and 9,467 deletions.
9 changes: 4 additions & 5 deletions WebApp/client/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,12 @@ export default {
// snapshotSerializers: [],

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

// Options that will be passed to the testEnvironment
// testEnvironmentOptions: {},
testEnvironmentOptions: {
url: "http://localhost:8081"
},

// Adds a location field to test results
// testLocationInResults: false,
Expand Down Expand Up @@ -167,9 +169,6 @@ export default {
// This option set timeout each test
testTimeout: 5000,

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

// Setting this value to "fake" allows the use of fake timers for functions such as "setTimeout"
// timers: "real",

Expand Down
Loading

0 comments on commit 5a61ffc

Please sign in to comment.