Skip to content

Conversation

@AureMonke
Copy link
Contributor

No description provided.

@@ -0,0 +1,727 @@
/*---------------------------------------------------------------------------------------------
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a lot of exports, since these types aren't used anywhere outside this file, we should not export that.

schemaItemCount?: number;
}

describe("IncrementalLoadingPerformance", async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not use async functions in describe because I noticed Mocha is executing them directly and if you use only for example, it still be executed. better wrap the async stuff in a before block.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants