-
Notifications
You must be signed in to change notification settings - Fork 126
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
Chore: Replace tape
with tap
in tests
#432
Comments
This was referenced Sep 26, 2023
Tests pass but TypeError: prettier.resolveConfig.sync is not a function
Occurred while linting /hapi-auth-jwt2/lib/extract.js:1
Rule: "prettier/prettier"
at Program (/hapi-auth-jwt2/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js:138:40)
at ruleErrorHandler (/hapi-auth-jwt2/node_modules/eslint/lib/linter/linter.js:1091:28)
at /hapi-auth-jwt2/node_modules/eslint/lib/linter/safe-emitter.js:45:58
at Array.forEach (<anonymous>)
at Object.emit (/hapi-auth-jwt2/node_modules/eslint/lib/linter/safe-emitter.js:45:38)
at NodeEventGenerator.applySelector (/hapi-auth-jwt2/node_modules/eslint/lib/linter/node-event-generator.js:297:26)
at NodeEventGenerator.applySelectors (/hapi-auth-jwt2/node_modules/eslint/lib/linter/node-event-generator.js:326:22)
at NodeEventGenerator.enterNode (/hapi-auth-jwt2/node_modules/eslint/lib/linter/node-event-generator.js:340:14)
at CodePathAnalyzer.enterNode (/hapi-auth-jwt2/node_modules/eslint/lib/linter/code-path-analysis/code-path-analyzer.js:803:23)
at /hapi-auth-jwt2/node_modules/eslint/lib/linter/linter.js:1126:32 🤦♂️ |
Tried updating a couple of test files from The |
github-project-automation
bot
moved this to More ToDo ThanCanEver Be Done
in Nelson's List
Aug 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All the @dependabot PRs attempting to update
tape
https://www.npmjs.com/package/tape (the testing library) failbecause
tape
made a few (totally unnecessary) breaking changes ...tap
https://www.npmjs.com/package/tap a less popular but similar functionality alternative has not made those changes.Todo
tape
withtap
See: dwyl/aws-sdk-mock#322 which updates
tap
without any issues. ✅The text was updated successfully, but these errors were encountered: