Commit a06fc9b5 authored by zeke's avatar zeke

fix a broken assertion

parent f102eb77
...@@ -79,7 +79,7 @@ testNodeModulesCached() { ...@@ -79,7 +79,7 @@ testNodeModulesCached() {
testModulesCheckedIn() { testModulesCheckedIn() {
compile "modules-checked-in" compile "modules-checked-in"
assertCaptured "Using existing node_modules directory" assertCaptured "Found existing node_modules directory; skipping cache"
assertCaptured "Rebuilding any native dependencies" assertCaptured "Rebuilding any native dependencies"
assertCapturedSuccess assertCapturedSuccess
} }
......
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