Explorar el Código

Changed folder name from 'test' to 'tests'. Changed chai version specification in package.json.

Szymon Kupś hace 10 años
padre
commit
5e71b323da
Se han modificado 3 ficheros con 2 adiciones y 2 borrados
  1. 0 0
      dev/tasks/tests/git.js
  2. 0 0
      dev/tasks/tests/tools.js
  3. 2 2
      package.json

dev/tasks/test/git.js → dev/tasks/tests/git.js


dev/tasks/test/tools.js → dev/tasks/tests/tools.js


+ 2 - 2
package.json

@@ -20,7 +20,7 @@
     "benderjs-mocha": "^0.3.0",
     "benderjs-promise": "^0.1.0",
     "benderjs-sinon": "^0.3.0",
-    "chai": "~1.10.0",
+    "chai": "^1.10.0",
     "del": "^2.0.2",
     "grunt": "^0",
     "grunt-jscs": "^2.0.0",
@@ -42,6 +42,6 @@
     "url": "https://github.com/ckeditor/ckeditor5.git"
   },
   "scripts": {
-    "test": "mocha dev/tasks/test"
+    "test": "mocha dev/tasks/tests"
   }
 }