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:
Diffstat (limited to 'test/tap/shrinkwrap-extra-metadata.js')
-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',