fix CI 💚
continuous-integration/drone/push Build is failing Details

pull/90/head
Pierre Ferreira 1 year ago
parent 18756ea5e0
commit 6e89b12b6d

@ -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"
]
}
}
}

Loading…
Cancel
Save