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
cypress-testing-library
What you did: Install cypress-testing-library v2.3.0
What happened: No types are present in node_modules/cypress-testing-library folder
Problem description: kcd-scripts build requires files to be in src
kcd-scripts build
src
Suggested solution: Move typings to src and update package.json like so: "typings": "dist/typings"
"typings": "dist/typings"
The text was updated successfully, but these errors were encountered:
d2598dc
🎉 This issue has been resolved in version 2.3.1 🎉
The release is available on:
npm package (@latest dist-tag)
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
cypress-testing-library
version: 2.3.0What you did: Install cypress-testing-library v2.3.0
What happened: No types are present in node_modules/cypress-testing-library folder
Problem description:
kcd-scripts build
requires files to be insrc
Suggested solution: Move typings to
src
and update package.json like so:"typings": "dist/typings"
The text was updated successfully, but these errors were encountered: