Add unit testing for browser language (#197)

* Add unit testing

* Update unit testing

* Update unit testing

* fix a big heap of formatting typo
This commit is contained in:
墨娘
2020-12-23 01:06:52 +08:00
committed by GitHub
parent 0d920fa9bc
commit d1bf984d0b
6 changed files with 3561 additions and 86 deletions

View File

@@ -28,4 +28,10 @@ module.exports = {
'vue/no-unused-vars': 0,
'vue/html-self-closing': 0,
},
globals: {
'describe': true,
'expect': true,
'it': true,
'test': true,
},
};