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:
authorKat Marchán <kzm@sykosomatic.org>2017-05-17 23:10:09 +0300
committerRebecca Turner <me@re-becca.org>2017-05-26 04:55:25 +0300
commit3c4b14d1f1bbe43010c9735f3ded00b2cce65a24 (patch)
treec80a9c2ecb8c77935ee70fbe14fb1b2a8b5aea61 /test
parentfeb3a80c9d04da20ddbc1c6c9724bc1390719372 (diff)
test: standard
Diffstat (limited to 'test')
-rw-r--r--test/tap/shrinkwrap-extra-metadata.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/tap/shrinkwrap-extra-metadata.js b/test/tap/shrinkwrap-extra-metadata.js
index c5f60e4c2..003476add 100644
--- a/test/tap/shrinkwrap-extra-metadata.js
+++ b/test/tap/shrinkwrap-extra-metadata.js
@@ -13,9 +13,6 @@ const test = require('tap').test
const pkg = path.join(__dirname, path.basename(__filename, '.js'))
-const EXEC_OPTS = {
- cwd: pkg }
-
const json = {
author: 'Rockbert',
name: 'shrinkwrap-extra-metadata',