Fix testRegex in apollo-datasource

This commit is contained in:
Martijn Walraven 2018-08-11 11:02:08 +02:00
parent 9020b7eb25
commit f40e419e75

View file

@ -38,7 +38,7 @@
"js",
"json"
],
"testRegex": "apollo-datasource-rest/src/__tests__/.*$",
"testRegex": "apollo-datasource/src/__tests__/.*$",
"roots": [
"../../"
],