Initial test setup

This commit is contained in:
2019-07-05 22:38:18 +02:00
parent 65cde5e137
commit ddfa81a458
13 changed files with 4800 additions and 34 deletions

13
tests/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "tests",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "jest"
},
"devDependencies": {
"jest": "^24.8.0",
"react-test-renderer": "^16.8.6"
}
}