mirror of
https://github.com/laurent22/joplin.git
synced 2026-05-04 05:20:36 -05: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);
|
|
});
|
|
|
|
});
|