1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-31 18:50:14 +02:00

fix: fix testsuite and create a sample test for the footer

This commit is contained in:
Daniel Ruf
2018-06-26 08:43:38 +02:00
parent 756e977668
commit e173e5a975
5 changed files with 4075 additions and 2108 deletions

11
.babelrc Normal file
View File

@@ -0,0 +1,11 @@
{
"presets": [
"react",
"env"
],
"plugins": [
["transform-react-jsx", {
"pragma": "h"
}]
]
}