Skip to content

Commit

Permalink
Ignore node v14 globals for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed Aug 28, 2020
1 parent 5bab131 commit ee26b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "A hapi plugin integrating Objection ORM",
"main": "lib/index.js",
"scripts": {
"test": "lab -a @hapi/code -t 100 -L",
"test": "lab -a @hapi/code -t 100 -L -I \"FinalizationRegistry,WeakRef\"",
"coveralls": "lab -r lcov | coveralls"
},
"repository": {
Expand Down

0 comments on commit ee26b2d

Please sign in to comment.