This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export TEST=custom-event-name-casing | |
npm run test:watch | |
npm run test:single && \ | |
git switch -c test/strict/$TEST && \ | |
git add tests/lib/rules/$TEST.js && \ | |
git commit -m "test($TEST): make tests more strict" && \ | |
git push ST-DDT && \ | |
gh pr create --title "test($TEST): make tests more strict" --body "Continuation of #2793 | |
- #2793 |