We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99e9ed commit 919477aCopy full SHA for 919477a
packages/web/tests/stream.test.ts
@@ -15,7 +15,7 @@ describe(
15
/**
16
* Declares a test to be executed with different generated db functions
17
*/
18
- const itWithGenerators = async (
+ const itWithGenerators = (
19
name: string,
20
test: (createConnectedDatabase: () => ReturnType<typeof generateConnectedDatabase>) => Promise<void>
21
) => {
0 commit comments