fix(SW-360): Added test for edit profile form

This commit is contained in:
Tobias Johansson
2024-09-16 13:27:35 +02:00
committed by Pontus Dreij
parent 3872664d1d
commit 367cab27ab
9 changed files with 131 additions and 4 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ const config: Config = {
// 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: {},