Tests: update leak suppresions for latest dependencies

This commit is contained in:
Lovell Fuller
2022-12-14 21:57:42 +00:00
parent 2c46528269
commit e40b068628
2 changed files with 18 additions and 1 deletions

View File

@@ -16,5 +16,5 @@ for test in ./test/unit/*.js; do
--show-leak-kinds=definite,indirect,possible \
--num-callers=20 \
--trace-children=yes \
node --expose-gc node_modules/.bin/mocha --slow=60000 --timeout=120000 --file test/unit/beforeEach.js "$test";
node --expose-gc node_modules/.bin/mocha --no-config --slow=60000 --timeout=120000 --require test/beforeEach.js "$test";
done