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
3425f11f
Commit
3425f11f
authored
Sep 24, 2015
by
Hunter Loftis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated tests for node 4 and npm 3
parent
283c52a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
run
test/run
+5
-5
No files found.
test/run
View file @
3425f11f
...
@@ -171,7 +171,7 @@ testNoVersion() {
...
@@ -171,7 +171,7 @@ testNoVersion() {
compile
"no-version"
compile
"no-version"
assertCaptured
"engines.node (package.json): unspecified"
assertCaptured
"engines.node (package.json): unspecified"
assertCaptured
"Resolving node version (latest stable) via semver.io"
assertCaptured
"Resolving node version (latest stable) via semver.io"
assertCaptured
"Downloading and installing node
0.12
."
assertCaptured
"Downloading and installing node
4
."
assertCapturedSuccess
assertCapturedSuccess
}
}
...
@@ -199,7 +199,7 @@ testUnstableVersion() {
...
@@ -199,7 +199,7 @@ testUnstableVersion() {
testOldNpm
()
{
testOldNpm
()
{
compile
"old-npm"
compile
"old-npm"
assertCaptured
"This version of npm (1.2.8000) has several known issues - consider upgrading to the latest release (
2
."
assertCaptured
"This version of npm (1.2.8000) has several known issues - consider upgrading to the latest release (
3
."
assertNotCaptured
"integer expression expected"
assertNotCaptured
"integer expression expected"
assertCapturedError
assertCapturedError
}
}
...
@@ -275,7 +275,7 @@ testDangerousRangeStar() {
...
@@ -275,7 +275,7 @@ testDangerousRangeStar() {
compile
"dangerous-range-star"
compile
"dangerous-range-star"
assertCaptured
"Dangerous semver range"
assertCaptured
"Dangerous semver range"
assertCaptured
"Resolving node version * via semver.io"
assertCaptured
"Resolving node version * via semver.io"
assertCaptured
"Downloading and installing node
0.12
."
assertCaptured
"Downloading and installing node
4
."
assertCapturedError
assertCapturedError
}
}
...
@@ -283,14 +283,14 @@ testDangerousRangeGreaterThan() {
...
@@ -283,14 +283,14 @@ testDangerousRangeGreaterThan() {
compile
"dangerous-range-greater-than"
compile
"dangerous-range-greater-than"
assertCaptured
"Dangerous semver range"
assertCaptured
"Dangerous semver range"
assertCaptured
"Resolving node version >0.4 via semver.io"
assertCaptured
"Resolving node version >0.4 via semver.io"
assertCaptured
"Downloading and installing node
0.12
"
assertCaptured
"Downloading and installing node
4.
"
assertCapturedError
assertCapturedError
}
}
testRangeWithSpace
()
{
testRangeWithSpace
()
{
compile
"range-with-space"
compile
"range-with-space"
assertCaptured
"Resolving node version >= 0.8.x via semver.io"
assertCaptured
"Resolving node version >= 0.8.x via semver.io"
assertCaptured
"Downloading and installing node
0.12
"
assertCaptured
"Downloading and installing node
4.
"
assertCapturedSuccess
assertCapturedSuccess
}
}
...
...
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