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 db8dff0 commit 9ae0d76Copy full SHA for 9ae0d76
packages/firestore/test/unit/util/bundle.test.ts
@@ -241,7 +241,7 @@ function genericBundleReadingTests(bytesPerRead: number): void {
241
242
await expect(
243
generateBundleAndParse('{metadata: "no length prefix"}', bytesPerRead)
244
- ).to.be.rejectedWith(/(Unexpected end of )(?=.*\JSON\b).*/gi);
+ ).to.be.rejectedWith(/(Unexpected end of )(?=.*JSON\b).*/gi);
245
246
247
generateBundleAndParse(
0 commit comments