Add Vue jest plugin, move test

This commit is contained in:
Oliver Davies 2019-04-09 20:58:46 +01:00
parent 1844d0d627
commit 7babcbd547
6 changed files with 1318 additions and 36 deletions

View file

@ -1,4 +1,4 @@
[build]
command = "yarn test && yarn build"
command = "yarn test:unit && yarn build"
publish = "dist"
environment = { YARN_VERSION = "1.13.0" }