split test into unit and integration

provide some dummy tests cases
This commit is contained in:
Anton Wilhelm 2019-02-20 21:37:02 +01:00
commit dac0bfec6c
6 changed files with 62 additions and 2 deletions

View file

@ -27,7 +27,7 @@
"dev": "run-p serve watch:*",
"dev:ssr": "run-p serve:ssr watch:*",
"lint": "eslint {src,packages} --fix",
"test": "mocha",
"test": "mocha test/*/**",
"css": "stylus src/themes/*.styl -u autoprefixer-stylus",
"watch:css": "run-p 'css -- -o themes -w'",
"watch:js": "node build/build.js",