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:
authorTimo Sand <timo.sand@iki.fi>2018-11-04 23:36:22 +0300
committerisaacs <i@izs.me>2020-07-07 21:50:52 +0300
commitdeffadca09fc4003aaa81553cea660868d427e0b (patch)
tree4273a27eb53f839bf778098c343a09eb00410c09 /AUTHORS
parentb498cf034bea933b14735a36d9882c7db5231c9d (diff)
Removes special handling of `npm test`
PR-URL: https://github.com/npm/cli/pull/91 Credit: @deiga Close: #91 Reviewed-by: @isaacs NOTE: The functional part of this was actually done in ac255616d, with the refactoring of lib/run-script.js, but this PR also adds the updates to the tests that go along with that change.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 08cade33b..5658ac7fd 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -695,3 +695,4 @@ Jarda Snajdr <jsnajdr@gmail.com>
Naix Geng <1308363651@qq.com>
Dylan Treisman <dylanzt@gmail.com>
mum-never-proud <abhuz@hotmail.com>
+Timo Sand <timo.sand@iki.fi>