testinfrastructure created

This commit is contained in:
Jan Küster 2021-06-23 11:51:58 +02:00
parent 838c74a83b
commit 3650ef4805
No known key found for this signature in database
GPG key ID: D9022448BF588ACD
6 changed files with 548 additions and 5968 deletions

View file

@ -1,5 +1,12 @@
{
"presets": [
"@babel/preset-stage-3"
]
],
"env": {
"COVERAGE": {
"plugins": [
"istanbul"
]
}
}
}