-
Notifications
You must be signed in to change notification settings - Fork 25
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
Codi 🐶 #1190
Codi 🐶 #1190
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RobAndrewHurst Think this is a Windows issue with Codi but can you take a look?
This has now been fixed in codi v0.0.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RobAndrewHurst Thanks all running for me now!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quality Gate passedIssues Measures |
Welcome Codi! 🐶
I have replaced Jest with the lightweight test framework Codi.
Codi is a lightweight JavaScript test framework that allows you to write and run tests for your JavaScript code. It provides a simple and intuitive API for defining test suites and test cases, making it easy to ensure the correctness of your code. ✨
You can refer to the README.md on the Codi package for the different assertions built into Codi.
I have also included a new Roles test which will need to be updated in Role merge #1185.
To run the tests locally you will just need to execute
npm test
which will run codi against the tests directory.