New implementation of proxyMap and proxySet with performance improvements #1236
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.
|