• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Tatsh / facetime-clear-badge / 25449305979
100%

Build:
DEFAULT BRANCH: master
Ran 06 May 2026 04:58PM UTC
Jobs 1
Files 1
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 May 2026 04:55PM UTC coverage: 100.0%. Remained the same
25449305979

push

github

Tatsh
tests: switch from Jest to Vitest, unpin TypeScript, fix CI

Replace the Jest stack (`jest`, `ts-jest`, `@types/jest`) with `vitest`
and `@vitest/coverage-v8`. The test imports from `vitest` and wraps the
module-level `global.ObjC` setup in `vi.hoisted(...)` so the SUT's
top-level `ObjC.import('stdlib')` call sees the stub before the SUT
loads under ESM hoisting.

Drop the dead `jest.mock('stdlib', () => ({}), { virtual: true })`
call: `'stdlib'` here is a JXA framework name passed to JXA's
`ObjC.import()` runtime, not a JS module ever imported by `main.ts`.
Vitest has no `virtual` flag, and resolving the path would fail.

Drop the temporary TypeScript 5.x pin from `.wiswa.jsonnet` and the
`moduleResolution: node` override in `tsconfig`. The `Tests` workflow
runs `yarn vitest run --coverage`.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

17 of 17 relevant lines covered (100.0%)

2.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25449305979.1 06 May 2026 04:58PM UTC 1
100.0
GitHub Action Run
Source Files on build 25449305979
  • Tree
  • List 1
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25449305979
  • 46cc72b2 on github
  • Prev Build on master (#25261641257)
  • Next Build on master (#25463888973)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc