init: backitup #2
Annotations
6 errors
|
Check
Process completed with exit code 1.
|
|
error: expect(received).toHaveLength(expected):
tests/core/scheduler.test.ts#L347
Expected length: 0
Received length: 1
at <anonymous> (/home/runner/work/BackItUp/BackItUp/tests/core/scheduler.test.ts:347:22)
|
|
error: expect(received).toHaveLength(expected):
tests/core/scheduler.test.ts#L340
Expected length: 0
Received length: 1
at <anonymous> (/home/runner/work/BackItUp/BackItUp/tests/core/scheduler.test.ts:340:22)
|
|
error: expect(received).toContain(expected):
tests/cli/commands.test.ts#L450
Expected to contain: "USAGE:"
\u001b[39m Run \u001b[36mbackitup <command> --help\u001b[39m for command details\n\n"
at <anonymous> (/home/runner/work/BackItUp/BackItUp/tests/cli/commands.test.ts:450:20)
|
|
error: expect(received).toContain(expected):
tests/cli/commands.test.ts#L445
Expected to contain: "USAGE:"
\u001b[39m Run \u001b[36mbackitup <command> --help\u001b[39m for command details\n\n"
at <anonymous> (/home/runner/work/BackItUp/BackItUp/tests/cli/commands.test.ts:445:20)
|
|
error: expect(received).toContain(expected):
tests/cli/commands.test.ts#L75
Expected to contain: "USAGE:"
\u001b[39m Run \u001b[36mbackitup <command> --help\u001b[39m for command details\n\n"
at <anonymous> (/home/runner/work/BackItUp/BackItUp/tests/cli/commands.test.ts:75:22)
|