CI: run worker tests first to give enough time to download the required scripts (#1550)
This should fix issues with Safari 13 not managing to load the worker in BrowserStack Automate.
This commit is contained in:
parent
08eef424a0
commit
50fa974dcc
|
@ -55,8 +55,8 @@ describe('Unit Tests', function () {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require('./worker')();
|
||||||
require('./crypto')();
|
require('./crypto')();
|
||||||
require('./general')();
|
require('./general')();
|
||||||
require('./worker')();
|
|
||||||
require('./security')();
|
require('./security')();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user