The Truth-Loop solution helps communities simply understand the policies, regulations and legislation that will impact them the most and allows them to share their experiences around how policies have impacted them or how proposed policies could impact them using short video testimonials.
The dependencies did not like each other for npm run test
Missing sass showed error on npm start
Fixes #239
What did you do?
Updated the dependencies so reactscripts and jest will work.
Separated the npm run for server and server/react-admin and then made the default run both.
Why did you do it?
To see the tests pass on PRs.
How have you tested it?
Tested on command-line, but hope to see it pass on this PR.
Were docs updated if needed?
[ ] No
[ ] Yes
[ x ] N/A
Type of change
[ x ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Checklist:
[ x ] My code follows the style guidelines of this project
[ x ] I have performed a self-review of my own code
[ x ] I have commented my code, particularly in hard-to-understand areas
Fixes #239
What did you do?
Updated the dependencies so reactscripts and jest will work. Separated the npm run for server and server/react-admin and then made the default run both.
Why did you do it?
To see the tests pass on PRs.
How have you tested it?
Tested on command-line, but hope to see it pass on this PR.
Were docs updated if needed?
Type of change
Checklist: