Move Vue into the vuejs directory

This commit is contained in:
Oliver Davies 2019-06-05 19:23:45 +01:00
parent a4b018204d
commit d7c864b63b
21 changed files with 13 additions and 15 deletions
vuejs/tests/unit

View file

@ -0,0 +1,5 @@
module.exports = {
env: {
jest: true
}
}