Skip to content

deps: Upgrading dependencies #431

deps: Upgrading dependencies

deps: Upgrading dependencies #431

Triggered via push August 7, 2024 21:10
Status Success
Total duration 4m 50s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
src/2023/320-addOperators/addOperators.test.ts > #addOperators > should return ['1*2*3', '1+2+3'] for source 123 and target 6: .stryker-tmp/sandbox1158294/src/2023/320-addOperators/addOperators.test.ts#L7
AssertionError: expected [] to strictly equal [ '1*2*3', '1+2+3' ] - Expected + Received - Array [ - "1*2*3", - "1+2+3", - ] + Array [] ❯ src/2023/320-addOperators/addOperators.test.ts:7:25
src/2023/322-isIsomorphic/isIsomorphic.test.ts > #isIsomorphic > should return false for non-isomorphic strings: .stryker-tmp/sandbox1158294/src/2023/322-isIsomorphic/isIsomorphic.test.ts#L15
AssertionError: expected true to be false // Object.is equality - Expected + Received - false + true ❯ src/2023/322-isIsomorphic/isIsomorphic.test.ts:15:39
src/2023/320-addOperators/addOperators.test.ts > #addOperators > should return ['1*2*3', '1+2+3'] for source 123 and target 6: .stryker-tmp/sandbox1158294/src/2023/320-addOperators/addOperators.test.ts#L7
AssertionError: expected [] to strictly equal [ '1*2*3', '1+2+3' ] - Expected + Received - Array [ - "1*2*3", - "1+2+3", - ] + Array [] ❯ src/2023/320-addOperators/addOperators.test.ts:7:25
src/2023/322-isIsomorphic/isIsomorphic.test.ts > #isIsomorphic > should return false for non-isomorphic strings: .stryker-tmp/sandbox1158294/src/2023/322-isIsomorphic/isIsomorphic.test.ts#L15
AssertionError: expected true to be false // Object.is equality - Expected + Received - false + true ❯ src/2023/322-isIsomorphic/isIsomorphic.test.ts:15:39
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/