Lint fixes and dependency updates

This commit is contained in:
2018-06-13 10:54:42 +02:00
parent eda6f90cee
commit a356c64343
6 changed files with 24 additions and 2803 deletions
+10
View File
@@ -0,0 +1,10 @@
'use strict';
describe('the end', function () {
it('should close down', function (done) {
setTimeout(function () {
process.exit(0);
}, 1000);
done();
});
});