Skip to content

Commit e9cafd6

Browse files
author
Luke Wilson
committed
Skip query chain test
1 parent 8a0313a commit e9cafd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/integration.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ describe('integration', () => {
8787
throw new Error('Not implemented');
8888
});
8989

90-
it('querier_callbacks_work', async () => {});
90+
it.skip('querier_callbacks_work', async () => {
91+
throw new Error('Not implemented');
92+
});
9193

9294
it('fails_on_bad_init', async () => {});
9395

0 commit comments

Comments
 (0)