Skip to content

New implementation of proxyMap and proxySet with performance improvements #1236

New implementation of proxyMap and proxySet with performance improvements

New implementation of proxyMap and proxySet with performance improvements #1236

Triggered via pull request October 14, 2024 11:59
Status Failure
Total duration 35s
Artifacts

test-multiple-builds.yml

on: pull_request
Matrix: test_matrix
Fit to window
Zoom out
Zoom in

Annotations

8 errors
tests/proxyMap.test.tsx > snapshot > should not change snapshot with modifying the original proxy: tests/proxyMap.test.tsx#L345
AssertionError: expected undefined not to be undefined ❯ tests/proxyMap.test.tsx:345:31
tests/proxyMap.test.tsx > snapshot > should work with deleting a key: tests/proxyMap.test.tsx#L356
AssertionError: expected undefined to be 'val1' // Object.is equality - Expected: "val1" + Received: undefined ❯ tests/proxyMap.test.tsx:356:31
tests/proxyMap.test.tsx > snapshot > should work with deleting a key and adding it again: tests/proxyMap.test.tsx#L369
AssertionError: expected undefined to be 'val1' // Object.is equality - Expected: "val1" + Received: undefined ❯ tests/proxyMap.test.tsx:369:31
test_matrix (esm, development)
Process completed with exit code 1.
tests/proxyMap.test.tsx > snapshot > should not change snapshot with modifying the original proxy: tests/proxyMap.test.tsx#L345
AssertionError: expected undefined not to be undefined ❯ tests/proxyMap.test.tsx:345:31
tests/proxyMap.test.tsx > snapshot > should work with deleting a key: tests/proxyMap.test.tsx#L356
AssertionError: expected undefined to be 'val1' // Object.is equality - Expected: "val1" + Received: undefined ❯ tests/proxyMap.test.tsx:356:31
tests/proxyMap.test.tsx > snapshot > should work with deleting a key and adding it again: tests/proxyMap.test.tsx#L369
AssertionError: expected undefined to be 'val1' // Object.is equality - Expected: "val1" + Received: undefined ❯ tests/proxyMap.test.tsx:369:31
test_matrix (cjs, development)
Process completed with exit code 1.