Skip to content

Commit

Permalink
node 10 globals
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Nov 2, 2018
1 parent 4340e43 commit 2c3dcdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"lab": "13.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -I SharedArrayBuffer,Atomics -m 30000",
"test-cov-html": "lab -a code -I SharedArrayBuffer,Atomics -m 30000 -r html -o coverage.html"
"test": "lab -a code -t 100 -I SharedArrayBuffer,Atomics,BigUint64Array,BigInt64Array,BigInt,URL,URLSearchParams -m 30000",
"test-cov-html": "lab -a code -I SharedArrayBuffer,Atomics,BigUint64Array,BigInt64Array,BigInt,URL,URLSearchParams -m 30000 -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}

0 comments on commit 2c3dcdf

Please sign in to comment.