Skip to content

Commit 891f915

Browse files
chore(test): skip failure for global var in macaddress
1 parent 39116a6 commit 891f915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"schemas/"
8585
],
8686
"scripts": {
87-
"test": "mocha --harmony --check-leaks",
87+
"test": "mocha --harmony --check-leaks --globals addresses",
8888
"travis": "npm run cover -- --report lcovonly",
8989
"appveyor": "mocha --harmony",
9090
"build:examples": "cd examples && node buildAll.js",

0 commit comments

Comments
 (0)