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:
authorisaacs <i@izs.me>2011-09-08 22:57:19 +0400
committerisaacs <i@izs.me>2011-09-08 22:57:19 +0400
commita79d8804f1a205cdaf73bb84f7b06a0112c73085 (patch)
tree5b88d7b7a56a3ad0526a6a9113cdcf221ea58fdc /test
parentb67d8774b27bf4d0a3482220e13cafc8513650ff (diff)
Remove all reference to activate/deactivate from docs and comments
Diffstat (limited to 'test')
-rw-r--r--test/disabled/fast/package.json3
-rw-r--r--test/disabled/slow/package.json3
-rw-r--r--test/packages/npm-test-env-reader/package.json3
3 files changed, 0 insertions, 9 deletions
diff --git a/test/disabled/fast/package.json b/test/disabled/fast/package.json
index 9de6b81c3..fbf26e9b1 100644
--- a/test/disabled/fast/package.json
+++ b/test/disabled/fast/package.json
@@ -5,8 +5,5 @@
{ "preinstall" : "sleep 1 && echo fast 1 $(date +%s) && echo fast 2"
, "install" : "sleep 1 && echo fast 2 $(date +%s) && echo fast 3"
, "postinstall" : "sleep 1 && echo fast 3 $(date +%s) && echo fast 4"
-, "preactivate" : "sleep 1 && echo fast 4 $(date +%s) && echo fast 5"
-, "activate" : "sleep 1 && echo fast 5 $(date +%s) && echo fast 6"
-, "postactivate" : "sleep 1 && echo fast 6 $(date +%s) && echo fast 7"
}
}
diff --git a/test/disabled/slow/package.json b/test/disabled/slow/package.json
index 75c404606..ba6be42fa 100644
--- a/test/disabled/slow/package.json
+++ b/test/disabled/slow/package.json
@@ -5,8 +5,5 @@
{ "preinstall" : "sleep 1 && echo slow 1 $(date +%s) && sleep 1 && echo slow 2 $(date +%s)"
, "install" : "sleep 1 && echo slow 2 $(date +%s) && sleep 1 && echo slow 3 $(date +%s)"
, "postinstall" : "sleep 1 && echo slow 3 $(date +%s) && sleep 1 && echo slow 4 $(date +%s)"
- , "preactivate" : "sleep 1 && echo slow 4 $(date +%s) && sleep 1 && echo slow 5 $(date +%s)"
- , "activate" : "sleep 1 && echo slow 5 $(date +%s) && sleep 1 && echo slow 6 $(date +%s)"
- , "postactivate" : "sleep 1 && echo slow 6 $(date +%s) && sleep 1 && echo slow 7 $(date +%s)"
}
}
diff --git a/test/packages/npm-test-env-reader/package.json b/test/packages/npm-test-env-reader/package.json
index cb2f074ff..45799d0c8 100644
--- a/test/packages/npm-test-env-reader/package.json
+++ b/test/packages/npm-test-env-reader/package.json
@@ -4,11 +4,8 @@
, "scripts" :
{ "install" : "./test.sh"
, "preinstall" : "./test.sh"
- , "activate" : "./test.sh"
- , "postactivate" : "./test.sh"
, "preuninstall" : "./test.sh"
, "postuninstall" : "./test.sh"
- , "predeactivate" : "./test.sh"
, "test" : "./test.sh"
, "stop" : "./test.sh"
, "start" : "./test.sh"