]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
Rename test location to test
authorJohannes Zellner <johannes@cloudron.io>
Thu, 9 Feb 2017 14:30:22 +0000 (15:30 +0100)
committerJohannes Zellner <johannes@cloudron.io>
Thu, 9 Feb 2017 14:30:22 +0000 (15:30 +0100)
test/test.js

index 7e1e8565386dcd9d019936005f6615c18014282e..f0d8207f4f9a69831789b858a549b58ce6c06dba 100644 (file)
@@ -41,7 +41,7 @@ describe('Application life cycle test', function () {
         done();
     });
 
-    var LOCATION = 'surfer';
+    var LOCATION = 'test';
     var TEST_TIMEOUT = 10000;
     var TEST_FILE_NAME_0 = 'index.html';
     var TEST_FILE_NAME_1 = 'test.txt';