Skip to content

Commit

Permalink
Make convex npm package tests quiet on success (#23397)
Browse files Browse the repository at this point in the history
Feel free to push back on this, but the current output is pretty unwieldy (mostly `console.error`)

GitOrigin-RevId: 2e5370943139d9096207f715c249411dbfd99887
  • Loading branch information
sshader authored and Convex, Inc. committed Mar 13, 2024
1 parent c285c64 commit 1c89b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"prepare": "npm run build",
"prepack": "node scripts/prepack.mjs",
"postpack": "node scripts/postpack.mjs",
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"test": "NODE_OPTIONS=\"--experimental-vm-modules --no-warnings=ExperimentalWarning\" jest --silent",
"test-esm": "node ./scripts/test-esm.mjs && ./scripts/checkdeps.mjs",
"pack-internal": "echo TODO maybe set an environment variable"
},
Expand Down

0 comments on commit 1c89b1f

Please sign in to comment.