Skip to content

Rename file.

Rename file. #61

Triggered via push March 28, 2025 02:08
Status Failure
Total duration 23s
Artifacts

node.js.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
build
Process completed with exit code 1.
src/rules/__tests__/enhanceExecutionErrorMessageAndRethrow.test.js > enhanceExecutionErrorMessageAndRethrow > returns a rejected promise that has the module display name added to the original error: src/rules/__tests__/enhanceExecutionErrorMessageAndRethrow.test.js#L30
AssertionError: expected 'Failed to execute "module display nam…' to be 'Failed to execute "module display nam…' // Object.is equality Expected: "Failed to execute "module display name". normalized some error" Received: "Failed to execute "module display name". some error" ❯ src/rules/__tests__/enhanceExecutionErrorMessageAndRethrow.test.js:30:29
src/rules/__tests__/createPromiseChain.test.js > createPromiseChain > cathces error thrown by the module: src/rules/normalizeDelegate.js#L14
TypeError: Cannot read properties of undefined (reading 'getModuleDefinition') ❯ __vite_ssr_exports__.default src/rules/normalizeDelegate.js:14:20 ❯ src/rules/createPromiseChain.js:25:31 ❯ src/rules/createPromiseChain.js:22:15 ❯ src/rules/__tests__/createPromiseChain.test.js:70:7
src/rules/__tests__/createPromiseChain.test.js > createPromiseChain > returns the initial context if no modules are provided: src/rules/logModuleErrorAndRethrow.js#L12
TypeError: Cannot read properties of undefined (reading 'logger') ❯ __vite_ssr_exports__.default src/rules/logModuleErrorAndRethrow.js:12:28 ❯ src/rules/createPromiseChain.js:31:31 ❯ src/rules/__tests__/createPromiseChain.test.js:57:7
src/rules/__tests__/createPromiseChain.test.js > createPromiseChain > adds each module to the promise chain: src/rules/normalizeDelegate.js#L14
TypeError: Cannot read properties of undefined (reading 'getModuleDefinition') ❯ __vite_ssr_exports__.default src/rules/normalizeDelegate.js:14:20 ❯ src/rules/createPromiseChain.js:25:31 ❯ src/rules/createPromiseChain.js:22:15 ❯ src/rules/__tests__/createPromiseChain.test.js:46:7
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