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:
authorclaudiahdz <cghr1990@gmail.com>2020-07-23 22:11:13 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-07-28 05:24:28 +0300
commitbfdd56fcd3957e9cfd4a5d5466ccd4fe8eab85e3 (patch)
tree0614fb33deef77aac2732a5dc2d6e0f082bcb8ec /test/lib/pack.js
parent112c42dd6ab3afa001288b324aa1861c14e45273 (diff)
test: refactor publish tests
PR-URL: https://github.com/npm/cli/pull/1563 Credit: @claudiahdz Close: #1563 Reviewed-by: @ruyadorno
Diffstat (limited to 'test/lib/pack.js')
-rw-r--r--test/lib/pack.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/pack.js b/test/lib/pack.js
index 1d6d74dd4..33570ccf3 100644
--- a/test/lib/pack.js
+++ b/test/lib/pack.js
@@ -79,4 +79,4 @@ test('should log pack contents', (t) => {
pack([], true, () => {
t.end()
})
-}) \ No newline at end of file
+})