From de9b8cee3bcace729c59fca1cebea2d33fc64514 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sat, 28 Nov 2015 12:21:09 +0100 Subject: Enable build test --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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' }); }); -- cgit v1.2.3