mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
10 lines
160 B
TypeScript
10 lines
160 B
TypeScript
// Dummy test because the Jest setup is done but there's for now no test.
|
|
|
|
describe('dummy', () => {
|
|
|
|
it('should pass', () => {
|
|
expect(1).toBe(1);
|
|
});
|
|
|
|
});
|