Skip to content

Commit

Permalink
Ignore globals from node 15 in lab tests run
Browse files Browse the repository at this point in the history
The Travis CI pipeline is broken on current latest node version due to Lab's leak detection.
  • Loading branch information
Nargonath committed Jan 8, 2021
1 parent b0d8489 commit b01c757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"test": "test"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -I \"FinalizationRegistry,WeakRef\"",
"test": "lab -a @hapi/code -t 100 -L -I \"FinalizationRegistry,WeakRef,AbortController,AbortSignal,EventTarget,Event,MessageChannel,MessagePort,MessageEvent,AggregateError\"",
"coveralls": "lab -r lcov | coveralls"
},
"repository": {
Expand Down

0 comments on commit b01c757

Please sign in to comment.