Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
2a5583946c | |||
80e36a34ee |
2
dist/npmts.tests.js
vendored
2
dist/npmts.tests.js
vendored
@ -31,7 +31,7 @@ var mocha = function (configArg) {
|
|||||||
.pipe(plugins.g.injectModules())
|
.pipe(plugins.g.injectModules())
|
||||||
.pipe(plugins.g.mocha())
|
.pipe(plugins.g.mocha())
|
||||||
.pipe(plugins.g.istanbul.writeReports({
|
.pipe(plugins.g.istanbul.writeReports({
|
||||||
dir: './coverage',
|
dir: plugins.path.join(paths.cwd, "./coverage"),
|
||||||
reporters: ['lcovonly', 'json', 'text', 'text-summary']
|
reporters: ['lcovonly', 'json', 'text', 'text-summary']
|
||||||
}))
|
}))
|
||||||
.pipe(plugins.g.gFunction(function () {
|
.pipe(plugins.g.gFunction(function () {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "npmts",
|
"name": "npmts",
|
||||||
"version": "5.3.22",
|
"version": "5.3.23",
|
||||||
"description": "write npm modules with TypeScript",
|
"description": "write npm modules with TypeScript",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -32,7 +32,7 @@ let mocha = function (configArg) {
|
|||||||
.pipe(plugins.g.injectModules())
|
.pipe(plugins.g.injectModules())
|
||||||
.pipe(plugins.g.mocha())
|
.pipe(plugins.g.mocha())
|
||||||
.pipe(plugins.g.istanbul.writeReports({
|
.pipe(plugins.g.istanbul.writeReports({
|
||||||
dir: './coverage',
|
dir: plugins.path.join(paths.cwd,"./coverage"),
|
||||||
reporters: [ 'lcovonly', 'json', 'text', 'text-summary']
|
reporters: [ 'lcovonly', 'json', 'text', 'text-summary']
|
||||||
}))
|
}))
|
||||||
.pipe(plugins.g.gFunction(function(){
|
.pipe(plugins.g.gFunction(function(){
|
||||||
|
Reference in New Issue
Block a user