Make sure to call done() from unit test

This commit is contained in:
Alexandru Dima
2020-12-18 15:58:51 +01:00
parent 4fc14314b6
commit 711ec31c7e
+1
View File
@@ -10,6 +10,7 @@ suite('Keytar', () => {
test('loads and is functional', function (done) {
if (platform.isLinux) {
// Skip test due to set up issue with Travis.
done();
return;
}
(async () => {