Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-nodejs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-nodejs
Commits
e7a4fff9
Commit
e7a4fff9
authored
Dec 18, 2013
by
zeke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove test cruft
parent
a6a58df2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
+0
-28
test
bin/test
+0
-28
No files found.
bin/test
View file @
e7a4fff9
...
@@ -104,34 +104,6 @@ testProcfileAbsentNpmStartAbsent() {
...
@@ -104,34 +104,6 @@ testProcfileAbsentNpmStartAbsent() {
assertCapturedSuccess
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
# Utils
pushd
$(
dirname
0
)
>
/dev/null
pushd
$(
dirname
0
)
>
/dev/null
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment