mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Added coverage reporting for tpl package
- this is 100% already
This commit is contained in:
parent
c72d090c97
commit
202e0a0bb6
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "echo \"Implement me!\"",
|
||||
"test": "NODE_ENV=testing mocha './test/**/*.test.js'",
|
||||
"test": "NODE_ENV=testing c8 --check-coverage mocha './test/**/*.test.js'",
|
||||
"lint": "eslint . --ext .js --cache",
|
||||
"posttest": "yarn lint"
|
||||
},
|
||||
|
@ -24,6 +24,7 @@
|
|||
"sinon": "11.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"c8": "^7.7.2",
|
||||
"lodash.template": "^4.5.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue