Skip to content

Commit

Permalink
test: typo in useObservable test
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich authored Jul 10, 2019
1 parent 058830f commit c4f5f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/useObservable-layout.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import useIsomorphicLayoutEffect from '../useIsomorphicLayoutEffect';

jest.mock('../useIsomorphicLayoutEffect');

test('uses', async () => {
test('uses layout effect (to subscribe synchronously)', async () => {
const subject = new Subject();
const container = document.createElement('div');

Expand Down

0 comments on commit c4f5f16

Please sign in to comment.