Is your feature request related to a problem? Please describe.
The current badge element is well behind recent versions of core support functions.
Describe the solution you'd like
Update the following core features of the badge element
husky pre-commit hooks
update to wc-test-runner
The following outlines the steps needed for updating any repo to the latest version of Husky.
npx husky-init
npm i @open-wc/testing@latest @web/test-runner@latest @web/dev-server@latest --save-dev
npm run prepare
chmod ug+x .husky/*
chmod ug+x .git/hooks/*
Update package.json - "test": "wtr --coverage", and "test:watch": "wtr --watch",
Add web-test-runner.config.mjs
Update .husky/pre-commit and necessary pre-commit actions
Delete legacy Husky configs from package.json
Delete karma.conf.js file
Uninstall @open-wc/testing-karma
Exit criteria
This issue will not be considered complete once the listed core features are updated along with all associated dependencies and all features work as previously expected with node 18 installed.
Is your feature request related to a problem? Please describe.
The current badge element is well behind recent versions of core support functions.
Describe the solution you'd like
Update the following core features of the badge element
The following outlines the steps needed for updating any repo to the latest version of Husky.
Exit criteria
This issue will not be considered complete once the listed core features are updated along with all associated dependencies and all features work as previously expected with node 18 installed.