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

13
.babelrc Normal file
View File

@@ -0,0 +1,13 @@
{
"presets": [[
"@babel/preset-env",
{
"corejs": "3",
"useBuiltIns": "usage"
}
]],
"plugins": [
"@babel/plugin-transform-runtime",
"@babel/plugin-proposal-class-properties"
]
}