diff --git a/package.json b/package.json index 56247088a..cb4fe7c1a 100644 --- a/package.json +++ b/package.json @@ -89,8 +89,7 @@ "local": "NEXT_PUBLIC_API_SERVER=http://localhost:4000 node ./src/server.js ", "develop": "next dev", "start": "next start", - "test": "jest --testPathIgnorePatterns=/tests/e2e/ --", - "test-all": "jest", + "test": "jest", "prepare": "husky install" }, "devDependencies": { @@ -143,4 +142,4 @@ "engines": { "node": "18" } -} +} \ No newline at end of file diff --git a/src/components/ui/__tests__/__snapshots__/CounterPie.tsx.snap b/src/components/ui/__tests__/__snapshots__/CounterPie.tsx.snap index c91f7d247..53b15dfc1 100644 --- a/src/components/ui/__tests__/__snapshots__/CounterPie.tsx.snap +++ b/src/components/ui/__tests__/__snapshots__/CounterPie.tsx.snap @@ -16,7 +16,7 @@ exports[`renders correctly 1`] = ` "height": "100%", "maxHeight": undefined, "minHeight": undefined, - "minWidth": undefined, + "minWidth": 0, "width": "100%", } }