@@ -138,4 +138,4 @@ gulp.task('extractMarkdown', function() {
// gulp.task('makeZip', makeZip);
-gulp.task('default', gulp.series('buildClient', 'extractMarkdown', 'watch'));
+gulp.task('default', gulp.series('buildClient', 'watch'));
@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "npx mocha --exit --timeout 10000 test/**/*.js"
},
"keywords": [],
"author": "",
@@ -43,6 +43,7 @@
"gulp-uglify": "^3.0.0",
"gulp-zip": "^4.1.0",
"gulplog": "^1.0.0",
+ "mocha": "^6.2.0",
"pathmodify": "^0.5.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",