Ignore local dev tool worktrees #433
Annotations
3 errors
|
e2e-tests (20, ubuntu-latest)
Process completed with exit code 1.
|
|
src/commands/fix/cmd-fix.e2e.test.mts > socket fix (E2E tests) > JavaScript projects > should convert CVE to GHSA and fix JavaScript project: `fix --id CVE-2021-23337 .`:
src/commands/fix/cmd-fix.e2e.test.mts#L375
AssertionError: should exit with code 0: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ timeout src/commands/fix/cmd-fix.e2e.test.mts:375:51
|
|
src/commands/fix/cmd-fix.e2e.test.mts > socket fix (E2E tests) > JavaScript projects > should fix vulnerabilities and write output file with fixes result: `fix --output-file socket-fix-output.json .`:
src/commands/fix/cmd-fix.e2e.test.mts#L242
AssertionError: should exit with code 0: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ timeout src/commands/fix/cmd-fix.e2e.test.mts:242:51
|