Skip to content

Commit

Permalink
remove test cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Dec 18, 2013
1 parent a6a58df commit e7a4fff
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions bin/test
Expand Up @@ -104,34 +104,6 @@ testProcfileAbsentNpmStartAbsent() {
assertCapturedSuccess
}

# Pending Tests

# testNodeBinariesAddedToPath() {
# }

# testNodeModulesRestoredFromCache() {
# }

# TODO: Figure out how to test stuff like script hooks
# when restoring node_modules from cache
# testScriptHooks() {
# compile "script-hooks"
# assertCaptured "trigger script hooks"
# assertCaptured "preinstall hook message"
# assertCapturedSuccess
# }

# testWithoutScriptHooks() {
# compile "no-script-hooks"
# assertNotCaptured "trigger script hooks"
# assertCapturedSuccess
# }

# testInvalidVersion() {
# compile "invalid-node-version"
# assertCapturedError 1 "not found among available versions"
# }

# Utils

pushd $(dirname 0) >/dev/null
Expand Down

0 comments on commit e7a4fff

Please sign in to comment.