Skip to content

Commit

Permalink
global leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Llamas committed May 1, 2015
1 parent 257459f commit 50d9021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -20,8 +20,8 @@
"lab": "^5.2.1"
},
"scripts": {
"test": "lab test/index.js -t 100",
"test-lcov": "lab test/index.js -t 100 -r lcov"
"test": "lab test/index.js -t 100 -I __require,__root,__base",
"test-lcov": "lab test/index.js -t 100 -I __require,__root,__base -r lcov"
},
"license": "MIT",
"main": "lib"
Expand Down

0 comments on commit 50d9021

Please sign in to comment.