Skip to content

Update dependencies. Move to ES6 modules. Move tests to vitest. (#14) #60

Update dependencies. Move to ES6 modules. Move tests to vitest. (#14)

Update dependencies. Move to ES6 modules. Move tests to vitest. (#14) #60

Triggered via push March 28, 2025 02:04
Status Failure
Total duration 24s
Artifacts

node.js.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
build
Process completed with exit code 1.
src/rules/__tests__/addModuleToQueue.test.js > addModuleToQueue > cathces error thrown by the function that does the module result processing: src/rules/__tests__/addModuleToQueue.test.js#L66
AssertionError: expected 'Failed to execute "undefined". Cannot…' to be 'error from inside the processing func…' // Object.is equality Expected: "error from inside the processing function" Received: "Failed to execute "undefined". Cannot read properties of undefined (reading 'arc')" ❯ src/rules/__tests__/addModuleToQueue.test.js:66:27
src/rules/__tests__/addModuleToQueue.test.js > addModuleToQueue > cathces error thrown by the module: src/rules/__tests__/addModuleToQueue.test.js#L50
AssertionError: expected 'Failed to execute "undefined". Cannot…' to be 'error from inside the module' // Object.is equality Expected: "error from inside the module" Received: "Failed to execute "undefined". Cannot read properties of undefined (reading 'arc')" ❯ src/rules/__tests__/addModuleToQueue.test.js:50:27
src/rules/__tests__/addModuleToQueue.test.js > addModuleToQueue > callback function processes the module result: src/rules/logDelegateModuleCall.js#L15
TypeError: Failed to execute "undefined". Cannot read properties of undefined (reading 'arc') ❯ __vite_ssr_exports__.default src/rules/logDelegateModuleCall.js:15:12