Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 997 Bytes

File metadata and controls

36 lines (23 loc) · 997 Bytes

Changelog

All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.


Unreleased


[1.0.1] – 2025‑09‑18

Fixed

  • added missing path = require('path')
  • added missing os = require('os')

1.0.0 – 2025‑09‑01

Added

  • Initial public release of test‑runner‑lite.
  • Ultra‑small, dependency‑free test runner for Node.js modules.
  • Support for synchronous, asynchronous, and Promise‑based tests.
  • CLI options: --json, --raw, --bail, --timeout, --testIDs, --workers.
  • Colorful human‑readable output and machine‑readable JSON output.
  • onComplete callback for programmatic integration.
  • Role‑aware testing in cluster mode (isPrimary / isWorker).