1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00

Chore: Remove dummy file

This commit is contained in:
Laurent Cozic 2023-08-27 15:02:40 +01:00
parent 591324b7bf
commit e4cb871c11

View File

@ -1,9 +0,0 @@
// Dummy test because the Jest setup is done but there's for now no test.
describe('dummy', () => {
it('should pass', () => {
expect(1).toBe(1);
});
});