Skip to content

Comments

ci: simplify tests#4092

Merged
wellwelwel merged 4 commits intosidorares:masterfrom
wellwelwel:test
Feb 18, 2026
Merged

ci: simplify tests#4092
wellwelwel merged 4 commits intosidorares:masterfrom
wellwelwel:test

Conversation

@wellwelwel
Copy link
Collaborator

@wellwelwel wellwelwel commented Feb 18, 2026

Moving on #4091.


Standardize every single test file to the describe + it or test pattern, for increased similarity to the widely adopted Node.js pattern.

All tests are now ES Modules, and for nested callbacks, new Promise is used instead of process.on(‘exit’, () => {}).


Related

@codecov
Copy link

codecov bot commented Feb 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.95%. Comparing base (7726d27) to head (efed4cb).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4092   +/-   ##
=======================================
  Coverage   89.95%   89.95%           
=======================================
  Files          86       86           
  Lines       13663    13663           
  Branches     1637     1636    -1     
=======================================
  Hits        12291    12291           
  Misses       1372     1372           
Flag Coverage Δ
compression-0 89.07% <ø> (ø)
compression-1 89.93% <ø> (ø)
static-parser-0 87.54% <ø> (ø)
static-parser-1 88.30% <ø> (ø)
tls-0 89.36% <ø> (ø)
tls-1 89.73% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@wellwelwel wellwelwel marked this pull request as ready for review February 18, 2026 05:32
@wellwelwel wellwelwel merged commit f013411 into sidorares:master Feb 18, 2026
100 checks passed
@wellwelwel wellwelwel deleted the test branch February 18, 2026 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant