Skip to content

Commit 34372c4

Browse files
committed
Update firebaseServerApp.test.ts
1 parent c1a1322 commit 34372c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/app/src/firebaseServerApp.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,6 @@ describe('FirebaseServerApp', () => {
236236
);
237237
} catch (e) {
238238
encounteredError = true;
239-
expect((e as Error).toString()).to.contain(
240-
'Unexpected end of JSON input'
241-
);
242239
}
243240
expect(encounteredError).to.be.true;
244241
});

0 commit comments

Comments
 (0)