Integration test of builders #160
Annotations
2 errors
test/builder/directory.test.ts > when building with the directory builder > should fail when the directory is empty:
apps/cli/test/builder/directory.test.ts#L37
AssertionError: expected [Function] to throw error including 'too few blocks' but got 'ENOENT: no such file or directory, ls…'
Expected: "too few blocks"
Received: "ENOENT: no such file or directory, lstat '/home/runner/work/cli/cli/apps/cli/test/builder/data/empty'"
❯ test/builder/directory.test.ts:37:13
|
build
Process completed with exit code 1.
|