diff --git a/web/jest.config.ts b/web/jest.config.js similarity index 100% rename from web/jest.config.ts rename to web/jest.config.js diff --git a/web/package.json b/web/package.json index 9655aeb8..f1feb5b0 100644 --- a/web/package.json +++ b/web/package.json @@ -15,7 +15,7 @@ "prod": "cross-env NEXT_PUBLIC_FIREBASE_ENV=PROD concurrently -n NEXT,TS -c magenta,cyan \"yarn serve\" \"yarn ts-watch\"", "serve": "next dev -H 0.0.0.0 -p 3000", "start": "next start", - "test": "jest --config jest.config.ts --passWithNoTests", + "test": "jest --config jest.config.js --passWithNoTests", "ts-watch": "tsc --watch --noEmit --incremental --preserveWatchOutput --pretty", "typecheck": "npx tsc --noEmit" },