diff --git a/package.json b/package.json index ea738b5..9ac1969 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "build": "vite build", "lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", - "test": "jest" + "test": "jest", + "test:jest": "jest --config jest.config.integration.js" }, "dependencies": { "firebase": "^10.13.2",