aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@nebulon.de>2015-11-28 12:21:09 +0100
committerJohannes Zellner <johannes@nebulon.de>2015-11-28 12:21:09 +0100
commitde9b8cee3bcace729c59fca1cebea2d33fc64514 (patch)
treee35c65a4cb939bc5b5efad3f533a0a2ec211f57b /test
parent84dee0e1b950af1366b9b40c2ac2efba93d994e1 (diff)
downloadSurfer-de9b8cee3bcace729c59fca1cebea2d33fc64514.tar.gz
Surfer-de9b8cee3bcace729c59fca1cebea2d33fc64514.tar.zst
Surfer-de9b8cee3bcace729c59fca1cebea2d33fc64514.zip
Enable build test
Diffstat (limited to 'test')
-rwxr-xr-xtest/test.js2
1 files changed, 1 insertions, 1 deletions
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 () {
29 done(); 29 done();
30 }); 30 });
31 31
32 xit('build app', function () { 32 it('build app', function () {
33 execSync('cloudron build', { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' }); 33 execSync('cloudron build', { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' });
34 }); 34 });
35 35