We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34296fd commit 3fc0d6eCopy full SHA for 3fc0d6e
packages/react/tests/useSuspenseQuery.test.tsx
@@ -58,7 +58,7 @@ describe('useSuspenseQuery', () => {
58
it('should error when PowerSync is not set', async () => {
59
expect(() => {
60
renderHook(() => useSuspenseQuery('SELECT * from lists'));
61
- }).toThrow('PowerSync not configured');
+ }).toThrow();
62
});
63
64
it('should suspend on initial load', async () => {
0 commit comments