Merge pull request #108 from Human-Connection/dont_run_tests_in_build_folder

Don't run tests in /dist folder
This commit is contained in:
Robert Schäfer 2019-01-09 14:35:29 +01:00 committed by GitHub
commit b2bad4fedb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,10 @@
},
"author": "Human Connection gGmbH",
"license": "MIT",
"jest": {
"verbose": true,
"testMatch": ["**/src/**/?(*.)+(spec|test).js?(x)" ]
},
"dependencies": {
"apollo-cache-inmemory": "~1.3.11",
"apollo-client": "~2.4.8",