test: remove deprecated cli arg#1657
Conversation
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
neilime
left a comment
There was a problem hiding this comment.
@copilot fix failing tests:
E2E - core › Monorepo project › Installs core package
@ts-dev-tools/core: expect(received).toBeFalsy()
@ts-dev-tools/core: Received: "node:events:486
@ts-dev-tools/core: throw er; // Unhandled 'error' event
@ts-dev-tools/core: ^·
@ts-dev-tools/core: Error: spawn npm list --depth=1 --json --no-progress --pattern="@commitlint/config-nx-scopes" --non-interactive ENOENT
@ts-dev-tools/core: at ChildProcess._handle.onexit (node:internal/child_process:286:19)
@ts-dev-tools/core: at onErrorNT (node:internal/child_process:484:16)
@ts-dev-tools/core: at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
@ts-dev-tools/core: Emitted 'error' event on ChildProcess instance at:
@ts-dev-tools/core: at ChildProcess._handle.onexit (node:internal/child_process:292:12)
@ts-dev-tools/core: at onErrorNT (node:internal/child_process:484:16)
@ts-dev-tools/core: at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
@ts-dev-tools/core: errno: -2,
@ts-dev-tools/core: code: 'ENOENT',
@ts-dev-tools/core: syscall: 'spawn npm list --depth=1 --json --no-progress --pattern="@commitlint/config-nx-scopes" --non-interactive',
@ts-dev-tools/core: path: 'npm list --depth=1 --json --no-progress --pattern="@commitlint/config-nx-scopes" --non-interactive',
@ts-dev-tools/core: spawnargs: []
@ts-dev-tools/core: }·
@ts-dev-tools/core: Node.js v24.11.0
Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
f4fe4e2 to
afbf24a
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1657 +/- ##
==========================================
+ Coverage 88.93% 89.03% +0.10%
==========================================
Files 31 31
Lines 723 757 +34
Branches 119 136 +17
==========================================
+ Hits 643 674 +31
- Misses 80 83 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: neilime <314088+neilime@users.noreply.github.com> Signed-off-by: Emilien Escalle <neilime@users.noreply.github.com>
afbf24a to
17674a7
Compare
No description provided.