We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On current master (c4b2440), attempting to run the tests for a single exercise gives some issues.
To reproduce:
npm i
npx elm-test
npx elm-test tests/Exercise01
The second invocation is expected to execute only the tests for the first exercise, but instead runs them all.
Alternative scenario:
npx elm-test tests/Exercise02
The second invocation is expected to run the tests for the second exercise, but instead runs the tests for the first exercise again.
Current workaround: delete elm-stuff/generated-code when switching between exercises.
elm-stuff/generated-code
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On current master (c4b2440), attempting to run the tests for a single exercise gives some issues.
To reproduce:
npm i
npx elm-test
npx elm-test tests/Exercise01
The second invocation is expected to execute only the tests for the first exercise, but instead runs them all.
Alternative scenario:
npm i
npx elm-test tests/Exercise01
npx elm-test tests/Exercise02
The second invocation is expected to run the tests for the second exercise, but instead runs the tests for the first exercise again.
Current workaround: delete
elm-stuff/generated-code
when switching between exercises.The text was updated successfully, but these errors were encountered: