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
To achieve consistency with our other libraries, we should
@types/jest
jest
jest-it-up
ts-jest
test
jest && jest-it-up
tape
test:watch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To achieve consistency with our other libraries, we should
@types/jest
,jest
,jest-it-up
, andts-jest
as dependencies (use same versions as in module template)test
package script to runjest && jest-it-up
instead oftape
(copy from the module template)test:watch
package script (copy from the module template)The text was updated successfully, but these errors were encountered: