Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2016-04-14 11:14:12 +0300
committerRebecca Turner <me@re-becca.org>2016-05-04 02:13:02 +0300
commit044cbab0d49adeeb0d9310c64fee6c9759cc7428 (patch)
tree12396509ebaa9317c7e9df6709a652a01741f873 /.gitignore
parentd3ce0b253eb519375071aee29db4ee129dbcdf5c (diff)
test: enable coverage, handle coverage
nyc has come a long way over the last few months, and now only one test is wily enough to detect its presence. Handle that, and we get coverage information about the CLI! Credit: @othiym23 PR-URL: https://github.com/npm/npm/pull/11444 Reviewed-By: @zkat Reviewed-By: @iarna Reviewed-By: @othiym23
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f1bc03902..2f21cf4ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*.swp
npm-debug.log
+.nyc_output/
/test/bin
/test/output.log
/test/*/*/node_modules