Added Example Component and testing framework

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-03-31 11:14:25 +02:00
parent 31692dfbd4
commit f5cdda822c
8 changed files with 94 additions and 30 deletions

View File

@ -10,7 +10,8 @@
"serve": "serve out",
"prod:server": "yarn build && yarn server",
"prod:static": "yarn build && yarn export && yarn serve",
"lint": "eslint . --ext .ts,.tsx"
"lint": "eslint . --ext .ts,.tsx",
"test": "jest --config jext.config.js"
},
"dependencies": {
"@zeit/next-stylus": "^1.0.1",