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 3fc0d6e commit cb00fedCopy full SHA for cb00fed
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();
+ }).toThrow('PowerSync not configured.');
62
});
63
64
it('should suspend on initial load', async () => {
0 commit comments