gramps-graphql / data-source-base

Boilerplate for creating a GrAMPS-compatible data source.
https://gramps.js.org/data-source/data-source-overview/
52 stars 8 forks source link

Fix testing for Windows #2

Closed corycook closed 6 years ago

corycook commented 6 years ago

Attempting to run yarn test in Windows results in the following error:

image

Windows doesn't allow setting environment variables inline. This fixes yarn test; however, running the application fails due to a similar error from the gramps cli.