[now-cli] Install dependencies before running now dev in tests (#2948)

* [now-cli] Install dependencies before running `now dev` in tests

* Check install exit code

* Add more logging

* Add more logging

* More logging

* Include yarn.lock file

* Add lock files to dev fixtures

* Ignore test

* Ignore another test

* Ignore another test

* Whitespace

* Install deps for unit tests

* Whitespace
This commit is contained in:
Andy
2019-09-03 20:05:21 +02:00
committed by Andy Bitz
parent 3ef27ae45c
commit 658b9e9007
26 changed files with 112601 additions and 73 deletions

View File

@@ -1,5 +1,4 @@
import test from 'ava';
import { filterPackage } from '../src/util/dev/builder-cache';
test('[dev-builder] filter install "latest", cached canary', async t => {