[Tests] use .nycrc · browserify/pbkdf2@8d628e8

Original file line numberDiff line numberDiff line change

@@ -31,7 +31,7 @@

3131

"scripts": {

3232

"lint": "eslint --ext=js,mjs .",

3333

"pretest": "npm run lint",

34-

"tests-only": "nyc --exclude=bench --exclude=coverage --exclude=test tape test/index.js",

34+

"tests-only": "nyc tape test/index.js",

3535

"test": "npm run tests-only && npm run bundle-test",

3636

"posttest": "npx npm@\">= 10.2\" audit --production",

3737

"bundle-test": "browserify test/index.js > test/bundle.js",

@@ -56,11 +56,5 @@

5656

},

5757

"engines": {

5858

"node": ">=0.12"

59-

},

60-

"nyc": {

61-

"exclude": [

62-

"lib/async.js",

63-

"test/bundle.js"

64-

]

6559

}

6660

}