Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore committed Jun 16, 2017
1 parent d6a64c2 commit cb1c5d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/cmd/cov.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const debug = require('debug')('egg-bin:cov');
const path = require('path');
const rimraf = require('mz-modules/rimraf');
const testExclude = require('test-exclude')
const testExclude = require('test-exclude');

const Command = require('./test');
const EXCLUDES = Symbol('cov#excludes');
Expand Down Expand Up @@ -57,7 +57,6 @@ class CovCommand extends Command {
const opt = {
cwd,
execArgv,
env: Object.assign({}, process.env),
};

// save coverage-xxxx.json to $PWD/coverage
Expand Down

0 comments on commit cb1c5d5

Please sign in to comment.