Commit 01580e32 authored by zeke's avatar zeke

add some pending tests

parent 437e2b1e
...@@ -51,6 +51,14 @@ testNodeModulesCached() { ...@@ -51,6 +51,14 @@ testNodeModulesCached() {
assertEquals "1" "$(ls -1 $cache/node_modules/0.10.18 | wc -l)" assertEquals "1" "$(ls -1 $cache/node_modules/0.10.18 | wc -l)"
} }
# Pending
# testNodeBinariesAddedToPath() {
# }
# testNodeModulesRestoredFromCache() {
# }
## utils ######################################## ## utils ########################################
pushd $(dirname 0) >/dev/null pushd $(dirname 0) >/dev/null
......
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