add test.

This commit is contained in:
2017-07-03 23:12:19 +02:00
parent 6235c50908
commit 508a041db0
119 changed files with 4733 additions and 0 deletions

14
test/dashboard2/.babelrc Normal file
View File

@@ -0,0 +1,14 @@
{
"presets": [
["env", { "modules": false }],
"stage-2"
],
"plugins": ["transform-runtime"],
"comments": false,
"env": {
"test": {
"presets": ["env", "stage-2"],
"plugins": [ "istanbul" ]
}
}
}