mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-15 17:50:48 +02:00
fix: add coverage
This commit is contained in:
parent
041a378286
commit
5ab81c2bcd
@ -44,8 +44,7 @@
|
||||
"nyc": {
|
||||
"all": true,
|
||||
"include": [
|
||||
"bin/**/*.js",
|
||||
"lib/**/*.js"
|
||||
"dist/**/*.js"
|
||||
]
|
||||
},
|
||||
"ava": {
|
||||
@ -55,7 +54,7 @@
|
||||
"!**/helpers/**/*",
|
||||
"!**/fixtures/**/*"
|
||||
],
|
||||
"snapshotDir": "./src/test/snapshots"
|
||||
"snapshotDir": "snapshots"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "^3.1.0",
|
||||
|
@ -76,6 +76,8 @@
|
||||
"test/fixtures",
|
||||
"src/binver-dev.js",
|
||||
"server.js",
|
||||
"dist"
|
||||
"dist",
|
||||
"snapshots",
|
||||
"coverage"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user