chore: 🤖 add unit test

This commit is contained in:
Binbin Sun
2019-12-29 11:14:03 +08:00
parent 4b8bbcbfde
commit 146b61e70d
5 changed files with 2534 additions and 22 deletions

3
jest.config.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
preset: '@vue/cli-plugin-unit-jest'
}