Skip to content

Replace "should" with "chai"#609

Merged
aivus merged 2 commits into
masterfrom
replace-should-with-chai
Jun 22, 2026
Merged

Replace "should" with "chai"#609
aivus merged 2 commits into
masterfrom
replace-should-with-chai

Conversation

@aivus

@aivus aivus commented Nov 6, 2025

Copy link
Copy Markdown
Member

Vibe coding with :copilot:

@aivus aivus force-pushed the replace-should-with-chai branch from 7a131e4 to b7e9623 Compare November 6, 2025 20:46
@aivus aivus force-pushed the replace-should-with-chai branch 2 times, most recently from f7099a7 to 3b190b9 Compare June 22, 2026 20:47
Resolves the 33 blocking qlty (eslint) issues reported on the PR and
corrects a few artifacts left by the automated conversion:

- Restore test/unit/plugins.test.js to empty (a placeholder Array#indexOf
  test was added by mistake)
- Convert tabs/quotes/=== in test/utils/assertions.js to match style
- Fix indentation and stray quotes/spaces across several test files
- Add `mocha` env to .eslintrc.yml so test globals (describe/it) lint cleanly
- Drop redundant duplicate `chai.should()` calls
- Remove no-op `.should.be.a.string` assertions (no such chai assertion)
- Drop dead `()` from `false.should.be.true()` (chai `.true` is a getter)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@aivus aivus force-pushed the replace-should-with-chai branch from 3b190b9 to 3a477fb Compare June 22, 2026 20:56
@aivus aivus marked this pull request as ready for review June 22, 2026 21:04
@aivus aivus merged commit 0d60b1b into master Jun 22, 2026
14 checks passed
@aivus aivus deleted the replace-should-with-chai branch June 22, 2026 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant