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:
parent
82eb18674b
commit
103c5ad71c
4 changed files with 10 additions and 6 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue