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 73eb8a2 commit 6251a28Copy full SHA for 6251a28
packages/firestore/test/unit/api/database.test.ts
@@ -37,7 +37,7 @@ import {
37
import { keys } from '../../util/helpers';
38
39
describe('Bundle', () => {
40
- it('loadBundle silently exits with an empty bundle string)', async () => {
+ it('loadBundle does not throw with an empty bundle string)', async () => {
41
const db = newTestFirestore();
42
expect(async () => {
43
await loadBundle(db, '');
0 commit comments