You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Chore: Complete Jest upgrade
This commit is contained in:
@@ -2,9 +2,7 @@ const time = require('./time').default;
|
||||
|
||||
describe('timeUtils', function() {
|
||||
|
||||
beforeEach(async (done) => {
|
||||
done();
|
||||
});
|
||||
|
||||
|
||||
it('should go back in time', (async () => {
|
||||
let startDate = new Date('3 Aug 2020');
|
||||
|
||||
Reference in New Issue
Block a user