0
Fork 0
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:
Hannah Wolfe 2021-06-09 10:08:32 +01:00
parent c72d090c97
commit 202e0a0bb6

View file

@ -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"
}
}