summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/add-remote-git-file.js
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2015-05-22 03:14:39 -0400
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-05-23 19:48:00 -0400
commitc54d05759811608c6158211f790b4cf0706831c1 (patch)
treedcdfe2dde7dce2505da008913739d48aa006a5c1 /deps/npm/test/tap/add-remote-git-file.js
parent367ffd167d5919eabd843798157355c02c5f3a41 (diff)
downloadnode-new-c54d05759811608c6158211f790b4cf0706831c1.tar.gz
deps: upgrade to npm 2.10.1
PR-URL: https://github.com/nodejs/io.js/pull/1763 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'deps/npm/test/tap/add-remote-git-file.js')
-rw-r--r--deps/npm/test/tap/add-remote-git-file.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/deps/npm/test/tap/add-remote-git-file.js b/deps/npm/test/tap/add-remote-git-file.js
index b2a7be9039..673be4c285 100644
--- a/deps/npm/test/tap/add-remote-git-file.js
+++ b/deps/npm/test/tap/add-remote-git-file.js
@@ -16,6 +16,11 @@ var repo = resolve(__dirname, 'add-remote-git-file-repo')
var git
var cloneURL = 'git+file://' + resolve(pkg, 'child.git')
+var pjChild = JSON.stringify({
+ name: 'child',
+ version: '1.0.3'
+}, null, 2) + '\n'
+
test('setup', function (t) {
bootstrap()
setup(function (er, r) {
@@ -45,11 +50,6 @@ test('clean', function (t) {
t.end()
})
-var pjChild = JSON.stringify({
- name: 'child',
- version: '1.0.3'
-}, null, 2) + '\n'
-
function bootstrap () {
cleanup()
mkdirp.sync(pkg)