Skip to content

Commit 10ac3fb

Browse files
committed
remove unnecessary expect
1 parent e80d904 commit 10ac3fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/use-sync-external-store/src/__tests__/useSyncExternalStoreShared-test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,9 +651,7 @@ describe('Shared useSyncExternalStore behavior (shim and built-in)', () => {
651651
const container = document.createElement('div');
652652
const root = createRoot(container);
653653
await act(() => root.render(<App />));
654-
655654
assertLog(['App', 'Selector', 'A0']);
656-
expect(container.textContent).toEqual('A0');
657655

658656
await act(() => store.set(store.getState()));
659657
await act(() => store.set({a: 0}));

0 commit comments

Comments
 (0)