Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
added one more global leak ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jan 24, 2015
1 parent a21c76c commit ffd1202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "./lib/index.js",
"bin": "./bin/ndm.js",
"scripts": {
"test": "lab -c -v --timeout 8000 --ignore Intl,Map"
"test": "lab -c -v --timeout 8000 --ignore Intl,Map,Set"
},
"author": "Ben Coe <ben@npmjs.com>",
"license": "ISC",
Expand Down

0 comments on commit ffd1202

Please sign in to comment.