fixing failing unit tests in travisCI

This commit is contained in:
El RIDO 2019-06-27 21:18:46 +02:00
parent 11375a4f59
commit 2cbf528894
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
4 changed files with 6 additions and 10 deletions

View file

@ -3,10 +3,6 @@ var common = require('../common');
describe('Alert', function () {
describe('showStatus', function () {
before(function () {
cleanup();
});
jsc.property(
'shows a status message',
jsc.array(common.jscAlnumString()),