Add prototype for tests

This commit is contained in:
pscott
2021-05-26 12:08:40 +02:00
parent e0fab32dcd
commit 6f5c2e2a33
12 changed files with 7317 additions and 0 deletions

18
tests/.babelrc Normal file
View File

@@ -0,0 +1,18 @@
{
"plugins": [
[
"@babel/plugin-proposal-class-properties"
]
],
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
],
"@babel/preset-flow"
],
}