We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cli-plugin-unit-jasmine
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
Jasmine BDD testing framework.
Add unit-jasmine in addition to the existing testing plugins like unit-mocha and unit-jest.
unit-jasmine
unit-mocha
unit-jest
Basically the implementation would follow the patterns similar to unit-mocha and unit-jest.
The text was updated successfully, but these errors were encountered:
See #883 (comment)
Sorry, something went wrong.
👍
Closing in favor of a community plugin. Too many built-in choices increase both maintenance debt for us and decision fatigue for users.
No branches or pull requests
What problem does this feature solve?
Jasmine BDD testing framework.
Add
unit-jasmine
in addition to the existing testing plugins likeunit-mocha
andunit-jest
.What does the proposed API look like?
Basically the implementation would follow the patterns similar to
unit-mocha
andunit-jest
.The text was updated successfully, but these errors were encountered: