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
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()),