Browse Source

add done arg

Girish Ramakrishnan 8 năm trước cách đây
mục cha
commit
6a3c336490
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -231,7 +231,7 @@ describe('Application life cycle test', function () {
     });
 
     // check if the _first_ login via email succeeds
-    it('can login via email', function () {
+    it('can login via email', function (done) {
         execSync('cloudron install --new --wait --location ' + LOCATION, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' });
         var inspect = JSON.parse(execSync('cloudron inspect'));