summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/test/tap/zz-cleanup.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/test/tap/zz-cleanup.js')
-rw-r--r--deps/node/deps/npm/test/tap/zz-cleanup.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/deps/node/deps/npm/test/tap/zz-cleanup.js b/deps/node/deps/npm/test/tap/zz-cleanup.js
deleted file mode 100644
index e1020aa3..00000000
--- a/deps/node/deps/npm/test/tap/zz-cleanup.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var common = require('../common-tap')
-var test = require('tap').test
-var rimraf = require('rimraf')
-
-test('cleanup', function (t) {
- rimraf.sync(common.npm_config_cache)
- t.end()
-})