joplin/packages/lib/dummy.test.ts

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);
});
});