Merged in feat/enter-details-store-tests (pull request #1134)

Feat/enter details store tests

* test: add unit tests for useEnterDetailsStore and update Jest environment

* test: added more useEnterDetailsStore tests


Approved-by: Christel Westerberg
This commit is contained in:
Tobias Johansson
2025-01-08 07:47:51 +00:00
parent 93e1c740a1
commit c7e38af5c9
2 changed files with 210 additions and 1 deletions

View File

@@ -154,7 +154,7 @@ const config: Config = {
// snapshotSerializers: [],
// The test environment that will be used for testing
// testEnvironment: "jest-environment-node",
testEnvironment: "jest-environment-jsdom",
// Options that will be passed to the testEnvironment
// testEnvironmentOptions: {},