3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-08 12:01:17 +00:00

wasm: attempt to GC in tests (#7400)

This commit is contained in:
Kevin Gibbons 2024-09-25 07:53:36 -07:00 committed by GitHub
parent 82eb18674b
commit 103c5ad71c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 6 deletions

View file

@ -29,7 +29,7 @@
"clean": "rimraf build 'src/**/*.__GENERATED__.*'",
"lint": "prettier -c '{./,src/,scripts/,examples/}**/*.{js,ts}'",
"format": "prettier --write '{./,src/,scripts/}**/*.{js,ts}'",
"test": "jest",
"test": "node --expose-gc ./node_modules/.bin/jest",
"docs": "typedoc",
"check-engine": "check-engine"
},