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 858d6a1 commit e13f2cdCopy full SHA for e13f2cd
packages/database/test/helpers/EventAccumulator.ts
@@ -15,7 +15,8 @@
15
* limitations under the License.
16
*/
17
18
-export const EventAccumulatorFactory = { // TODO: Convert to use generics to take the most advantage of types.
+export const EventAccumulatorFactory = {
19
+ // TODO: Convert to use generics to take the most advantage of types.
20
waitsForCount: maxCount => {
21
// Note: This should be used sparingly as it can result in more events being raised than expected
22
let count = 0;
0 commit comments