diff options
author | Johannes Zellner <johannes@nebulon.de> | 2015-11-28 12:21:09 +0100 |
---|---|---|
committer | Johannes Zellner <johannes@nebulon.de> | 2015-11-28 12:21:09 +0100 |
commit | de9b8cee3bcace729c59fca1cebea2d33fc64514 (patch) | |
tree | e35c65a4cb939bc5b5efad3f533a0a2ec211f57b /test | |
parent | 84dee0e1b950af1366b9b40c2ac2efba93d994e1 (diff) | |
download | Surfer-de9b8cee3bcace729c59fca1cebea2d33fc64514.tar.gz Surfer-de9b8cee3bcace729c59fca1cebea2d33fc64514.tar.zst Surfer-de9b8cee3bcace729c59fca1cebea2d33fc64514.zip |
Enable build test
Diffstat (limited to 'test')
-rwxr-xr-x | test/test.js | 2 |
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 | ||