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
GIVEN a fresh checkout of this repository with a fresh npm i WHEN adding a debug console.log to a test from example-app-karma THEN its tests pass
npm i
The tests fail to run, due to missing typescript types
The text was updated successfully, but these errors were encountered:
fix: add types for @testing-library/jasmine-dom
f5cfcdb
ref testing-library#369
72e5e9a
fix: add types for @testing-library/jasmine-dom (#370)
2006502
Closes #369
Successfully merging a pull request may close this issue.
Bug
Expected Behavior
GIVEN a fresh checkout of this repository with a fresh
npm i
WHEN adding a debug console.log to a test from example-app-karma
THEN its tests pass
Actual Behavior
The tests fail to run, due to missing typescript types
Notes
The text was updated successfully, but these errors were encountered: