Skip to content

Commit f9dd422

Browse files
committed
DO NOT MERGE.
For demonstration of error messages only.
1 parent 78b9978 commit f9dd422

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/firestore/test/unit/api/blob.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ describe('Blob', () => {
3131
'AP8A/w==': [0, 255, 0, 255]
3232
};
3333

34+
// DO NOT MERGE.
35+
// For demonstration of error messages only.
36+
it('yifany --- this case is intended to fail', () => {
37+
expect(true).to.equal(false);
38+
});
39+
3440
it('constructs values from Base64', () => {
3541
Object.keys(base64Mappings).forEach(base64Str => {
3642
const blob = Blob.fromBase64String(base64Str);

0 commit comments

Comments
 (0)