Skip to content

deps: Upgrading dependencies #452

deps: Upgrading dependencies

deps: Upgrading dependencies #452

Triggered via push December 18, 2024 09:22
Status Success
Total duration 5m 5s
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/sandbox-Ysf5JO/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/sandbox-Ysf5JO/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/sandbox-Ysf5JO/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/sandbox-Ysf5JO/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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636