diff --git a/package.json b/package.json index b163ad4..8af7547 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "lint": "eslint .", "format": "npm run lint -- --fix", - "test": "jest --detectOpenHandles --config ./jest.config.js", + "test": "jest", "test:coverage": "jest --coverage" }, "dependencies": {