mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 12:57:47 +00:00
[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:
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user