mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Electron-47 - Renamed error message and added some done() callback
This commit is contained in:
committed by
Kiran Niranjan
parent
c8ca074f92
commit
173c2c692a
@@ -39,9 +39,11 @@ describe('Tests for spellChecker', () => {
|
||||
done();
|
||||
}).catch((err) => {
|
||||
expect(err).toBeFalsy();
|
||||
done();
|
||||
});
|
||||
}).catch((err) => {
|
||||
expect(err).toBeFalsy();
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user