mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-10-14 00:59:29 +00:00
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('./general')();
|
||||
require('./worker')();
|
||||
require('./security')();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user