mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Make sure to call done() from unit test
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user