Commit b8a6635f authored by zeke's avatar zeke

testProfileCreated

parent 2faeed57
......@@ -44,12 +44,12 @@ testPackageJsonWithUnstableVersion() {
# assertCapturedError 1 "Requested node version 5.0 not found"
# }
# testProfileCreated() {
# compile "package-json-version"
# assertCaptured "Building runtime environment"
# assertFile "export PATH=\"\$HOME/node/bin:$HOME/bin:\$HOME/node_modules/.bin:\$PATH\"" ".profile.d/nodejs.sh"
# assertCapturedSuccess
# }
testProfileCreated() {
compile "package-json-stable-version"
assertCaptured "Building runtime environment"
assertFile "export PATH=\"\$HOME/node/bin:$HOME/bin:\$HOME/node_modules/.bin:\$PATH\"" ".profile.d/nodejs.sh"
assertCapturedSuccess
}
# testNodeModulesCached() {
# cache=$(mktmpdir)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment