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
path: root/test
diff options
context:
space:
mode:
authorKitten King <hi@kittenking.me>2019-07-25 05:47:36 +0300
committerisaacs <i@izs.me>2019-08-01 23:53:34 +0300
commit272e6c48b95597309d297fdeaacf30b3f66f13fd (patch)
tree409591e46959de945caaba1442e9c4b854825eb0 /test
parent0ebf071f5b8d0cdc2790c2c0a3fbf98183cd0df2 (diff)
Fix Typos
PR-URL: https://github.com/npm/cli/pull/220 Credit: @kittenking Close: #220 Reviewed-by: @isaacs
Diffstat (limited to 'test')
-rw-r--r--test/tap/false-name.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tap/false-name.js b/test/tap/false-name.js
index 541bacc7e..57d2a2ad2 100644
--- a/test/tap/false-name.js
+++ b/test/tap/false-name.js
@@ -58,7 +58,7 @@ test('not every pkg.name can be required', function (t) {
)
t.ok(
existsSync(path.join(pkg, 'node_modules', 'test-package')),
- 'test-pacakge subdep installed OK'
+ 'test-package subdep installed OK'
)
t.end()
}