Adjust smoke test which also uses mocha

This commit is contained in:
Alex Dima 2021-11-17 00:21:35 +01:00
parent 41ded74b37
commit 7e766abe78
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
4 changed files with 45 additions and 46 deletions

View file

@ -61,6 +61,7 @@ function runTest(type, browser) {
[
path.join(REPO_ROOT, 'node_modules/mocha/bin/mocha'),
'test/smoke/*.test.js',
'--no-delay',
'--headless',
'--timeout',
'20000'