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
Context
What is the related feature? What is the motivation for implementing this improvement?
We have found that karma is the runner we need to move towards automating tests
Proposal & Constraints
In ia-components, turn jest to karma (+ react) and make sure all of the tests pass.
Success Metrics
How will you know if this change is successful? What specific metrics are relevant and how do you expect them to change?
We will be able to automatically run the same npm test command across repos
npm test
The text was updated successfully, but these errors were encountered:
Hi @iisa I would Iike to work on this issue. Can you please guide me on what all changes do I need to make and in which file.
Sorry, something went wrong.
No branches or pull requests
Context
We have found that karma is the runner we need to move towards automating tests
Proposal & Constraints
In ia-components, turn jest to karma (+ react) and make sure all of the tests pass.
Success Metrics
We will be able to automatically run the same
npm test
command across reposThe text was updated successfully, but these errors were encountered: