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

@ -1,5 +1,4 @@
{
"delay": true,
"ui": "tdd",
"spec": "test/unit/all.js"
"ui": "tdd"
}