fix tests on windows

This commit is contained in:
Benjamin Pasero 2016-09-16 09:37:38 +02:00
parent 4ac533ec0a
commit 58d7ff82ad

View file

@ -425,6 +425,7 @@ suite('Search', () => {
test('Find: exclude subfolder', function (done: () => void) {
if (platform.isWindows) {
done();
return;
}
@ -450,6 +451,7 @@ suite('Search', () => {
test('Find: exclude multiple folders', function (done: () => void) {
if (platform.isWindows) {
done();
return;
}