[tests] Add vc build integration test (#7876)

[cli] Add `vc build` integration test

Adds a `vc build` integration test to ensure the ncc'd CLI works as
expected to supplement the unit tests from #7869.

Co-authored-by: Steven <steven@ceriously.com>
This commit is contained in:
Nathan Rajlich
2022-05-26 12:05:31 -07:00
committed by GitHub
parent b5c5b7b82c
commit fbd9080859
3 changed files with 42 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ const dateFormat = new Intl.DateTimeFormat('en-us', {
function logWithinTest(...inputs) {
const { testPath, currentTestName } =
typeof expect === 'undefined' ? expect.getState() : {};
typeof expect !== 'undefined' ? expect.getState() : {};
const messages = [
dateFormat.format(new Date()),