mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 20:01:22 +00:00
Don't run tests in /dist folder
If you ran `yarn run build` followed by `yarn run test:jest` it was running the tests twice, because it matched the `/dist` folder to.
This commit is contained in:
parent
86c7b93386
commit
13666df3e2
@ -23,6 +23,10 @@
|
|||||||
},
|
},
|
||||||
"author": "Human Connection gGmbH",
|
"author": "Human Connection gGmbH",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"jest": {
|
||||||
|
"verbose": true,
|
||||||
|
"testMatch": ["**/src/**/?(*.)+(spec|test).js?(x)" ]
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"apollo-cache-inmemory": "~1.3.11",
|
"apollo-cache-inmemory": "~1.3.11",
|
||||||
"apollo-client": "~2.4.8",
|
"apollo-client": "~2.4.8",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user