From: Johannes Zellner Date: Sat, 28 Nov 2015 11:21:09 +0000 (+0100) Subject: Enable build test X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=commitdiff_plain;h=de9b8cee3bcace729c59fca1cebea2d33fc64514 Enable build test --- diff --git a/test/test.js b/test/test.js index 9192d7a..fe6ff61 100755 --- a/test/test.js +++ b/test/test.js @@ -29,7 +29,7 @@ describe('Application life cycle test', function () { done(); }); - xit('build app', function () { + it('build app', function () { execSync('cloudron build', { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' }); });