-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Windows] Unable to run npm test
#175
Labels
Comments
Merged
I'm currently working on https://github.com/stephenyeargin/hubot-grafana/tree/feature/small-refactorings where I fixed it using a dev container. This will keep the local setup clean, while providing a springboard for people that want to help development. Would that work? |
That seems reasonable to me. 👍 |
Solved by #180 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Windows users would like to be able to develop
hubot-grafana
as well. Recent changes in #171 broke the ability to run tests without configuration changes.To Reproduce
Steps to reproduce the behavior:
npm run test
in the command lineExpected behavior
Tests (and other scripts) should run agnostic of the platform.
Screenshots
Software:
Additional context
First reported in comment on #171.
The text was updated successfully, but these errors were encountered: