Skip to main content

Tests — Novactorio

Full automated test results for Novactorio, collected during the QA sweep on 2026-08-13 (Linux, Rust 1.97, Node 22, Python 3). Scroll down — the counters count up, the bars fill in and every row animates as it enters the viewport. Use ▶ Replay animation to run it again.

All tests pass
Factory game — no unit-test harness; quality gates (typecheck, build, lint) are all green.
All tests pass
Suite: typecheck + build + lintDuration: ~8 s

🔎 Quality gates

Typecheck (tsc --noEmit)0 errors
Production build (vite build)built in ~4 s
⚠️Lint (eslint .)0 errors (7 react-hooks style warnings)

📝 Notes

  • All 28 no-explicit-any lint errors removed in a previous sweep.
  • Save format typed; totalPollutionGenerated / worldSeed now persisted.
Full report on GitHubNovactorio · TEST_REPORT.md

Reproduce

npm run typecheck
npm run build
npm run lint