Skip to content

Commit cb00fed

Browse files
committed
actually fix react test
1 parent 3fc0d6e commit cb00fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/tests/useSuspenseQuery.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('useSuspenseQuery', () => {
5858
it('should error when PowerSync is not set', async () => {
5959
expect(() => {
6060
renderHook(() => useSuspenseQuery('SELECT * from lists'));
61-
}).toThrow();
61+
}).toThrow('PowerSync not configured.');
6262
});
6363

6464
it('should suspend on initial load', async () => {

0 commit comments

Comments
 (0)