Remove yet-to-be-implemented test temporarily

This commit is contained in:
Ramon Wenger 2022-02-01 15:56:37 +01:00
parent 647f384e4a
commit fe265f1184
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
describe('Cache operations', () => {
it('fails', () => {
expect(1).toEqual(2);
// expect(1).toEqual(2);
});
});