Required runtime dependency for the J2TS transpiler that converts Java code to TypeScript. Version 92.0.0 is current. The package provides JUnit-like annotations and test infrastructure for transpiled TypeScript tests. Closely tied to the J2TS ecosystem; not useful standalone. Updated infrequently alongside the transpiler. No alternatives exist for J2TS projects.
npm install j2ts-junitNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Example of JUnit-style test using decorators and assertions in TypeScript.
Keep j2ts-junit version aligned with the J2TS transpiler version used in your project.
Check changelog for assertion migration guidance.
Run 'npm install j2ts-junit' and ensure it is in package.json dependencies.
Ensure 'j2ts-core' is also installed and at compatible version.
No dependency data recorded yet.