]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
Enable build test
authorJohannes Zellner <johannes@nebulon.de>
Sat, 28 Nov 2015 11:21:09 +0000 (12:21 +0100)
committerJohannes Zellner <johannes@nebulon.de>
Sat, 28 Nov 2015 11:21:09 +0000 (12:21 +0100)
test/test.js

index 9192d7a557e6c6a103f0a08298b31b4d00b10984..fe6ff61247316bd1d20435b3fad02606c6673980 100755 (executable)
@@ -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' });
     });