Skip to content

fix: use @eslint/compat to fix eslint v9 + react plugin (#113) #309

fix: use @eslint/compat to fix eslint v9 + react plugin (#113)

fix: use @eslint/compat to fix eslint v9 + react plugin (#113) #309

Re-run triggered May 17, 2024 16:45
Status Failure
Total duration 35s
Artifacts

ci.yml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

5 errors
tests/utils/npm-utils.spec.js > npmUtils > checkDevDeps() > should throw with message when parsing invalid package.json: tests/utils/npm-utils.spec.js#L84
AssertionError: expected [Function] to throw an error - Expected: null + Received: undefined ❯ tests/utils/npm-utils.spec.js:84:20
tests/utils/npm-utils.spec.js > npmUtils > checkDeps() > should throw with message when parsing invalid package.json: tests/utils/npm-utils.spec.js#L134
AssertionError: expected [Function] to throw an error - Expected: null + Received: undefined ❯ tests/utils/npm-utils.spec.js:134:20
tests/utils/npm-utils.spec.js > npmUtils > checkPackageJson() > should return false if package.json does not exist: tests/utils/npm-utils.spec.js#L152
AssertionError: expected true to equal false - Expected + Received - false + true ❯ tests/utils/npm-utils.spec.js:152:20
Test (ubuntu-latest, 22.x)
Process completed with exit code 1.