Real pain to keep deleting and re-adding this when working on the repo. Now that we are using eslint flat config, arc lint will catch any lingering .only use
Details
Details
- Reviewers
emack - Group Reviewers
Restricted Project
Add .only to a test file in ecash-lib, run arc lint, get a lint error, remove it, all good, npm test with a test using .only and only that test runs
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- allow-only
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Event Timeline
Comment Actions
Add .only to a test file in ecash-lib, run arc lint, get a lint error, remove it, all good, npm test with a test using .only and only that test runs
I added .only to describe('SLP Integration Test') and it is not the only test that is run.