Add node test env, ignore nacl for test coverage

pull/29/head
HenryNguyen5 6 years ago
parent f0f0f0879a
commit dbdc2bb6b2

@ -38,9 +38,11 @@
"jest": "^23.1.0"
},
"jest" : {
"testEnvironment":"node",
"coveragePathIgnorePatterns": [
"node_modules",
"cryptonote_utils/biginteger.js",
"cryptonote_utils/nacl-fast-cn.js",
"cryptonote_utils/sha3.js",
"cryptonote_utils/cryptonote_crypto_EMSCRIPTEN.js"]
}

Loading…
Cancel
Save