diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index a44978d..458bfa9 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint:fix": "eslint --ext .ts,.tsx . --fix", "type-checks": "tsc --noEmit", "test": "jest", - "test:e2e": "mocha --timeout 20000 --retries 10 --require ts-node/register --extension ts e2e" + "test:e2e": "jest --config e2e/jest.config.ts e2e" }, "repository": { "type": "git", |