diff --git a/cryptide_project/package.json b/cryptide_project/package.json index fb6ec63..e46b2c9 100644 --- a/cryptide_project/package.json +++ b/cryptide_project/package.json @@ -59,6 +59,20 @@ "@types/uuid": "^9.0.7" }, "jest": { - "verbose": true + "preset": "jest-expo", + "verbose": true, + "testMatch": [ + "**.test.js", + "**.test.ts", + "**.test.tsx" + ], + "testEnvironment": "node", + "testEnvironmentOptions": { + "browsers": [ + "chrome", + "firefox", + "safari" + ] + } } }