Skip to content

Commit 7f4363a

Browse files
committed
test(postgrest): udpate snapshots for jest 29
1 parent 77c271f commit 7f4363a

13 files changed

+1678
-1680
lines changed

packages/core/postgrest-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"docs": "typedoc src/index.ts --out docs/v2",
4343
"docs:json": "typedoc --json docs/v2/spec.json --excludeExternals src/index.ts",
4444
"test:ci:postgrest": "npm run db:clean && npm run db:run && npm run test:run && npm run db:clean && npm run test:smoke",
45-
"test:run": "jest --runInBand --coverage",
45+
"test:run": "jest --runInBand --coverage -u",
4646
"test:smoke": "node test/smoke.cjs && node test/smoke.mjs",
4747
"test:update": "npm run db:clean && npm run db:run && npm run db:generate-test-types && jest --runInBand --updateSnapshot && npm run db:clean",
4848
"test:types": "npm run build && tstyche",

0 commit comments

Comments
 (0)