add frontend tests stub

This commit is contained in:
2019-03-09 00:21:07 +03:00
parent 5862d16288
commit b206cf1df2

View File

@@ -3,7 +3,7 @@
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no tests (yet!)\""
},
"devDependencies": {
"@types/node-sass": "^3.10.32",