Remove yet-to-be-implemented test temporarily
This commit is contained in:
parent
647f384e4a
commit
fe265f1184
|
|
@ -1,5 +1,5 @@
|
|||
describe('Cache operations', () => {
|
||||
it('fails', () => {
|
||||
expect(1).toEqual(2);
|
||||
// expect(1).toEqual(2);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue