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 c77d5ab commit c526bb9Copy full SHA for c526bb9
packages/web/tests/stream.test.ts
@@ -119,7 +119,7 @@ describe(
119
const throwCounter = 2;
120
uploadSpy.mockImplementation(async (db) => {
121
if (uploadCounter++ < throwCounter) {
122
- throw new Error(`${new Date()} No uploads yet`);
+ throw new Error(`No uploads yet`);
123
}
124
// Now actually do the upload
125
const tx = await db.getNextCrudTransaction();
0 commit comments