✓ Verified 💻 Development ✓ Enhanced Data

Ts4

TS4 namespace for Netsnek e.U.

Rating
4.1 (125 reviews)
Downloads
18,240 downloads
Version
1.0.0

Overview

TS4 namespace for Netsnek e.U.

Complete Documentation

View Source →

Testing with TS4

TS4 is the Netsnek e.U. TypeScript testing framework. Run unit tests, snapshots, coverage reports, and mutation tests from a single CLI.

Test Types

  • Unit — Isolated function and module tests
  • Snapshot — Output comparison for UI and serialization
  • Coverage — Line, branch, and function metrics
  • Mutation — Fault injection to verify test quality

CLI Reference

FlagEffect
--runExecute the full test suite
--coverageProduce coverage report (HTML + lcov)
--statusShow suite status, last run, pass/fail count

Walkthrough

bash
# Run all tests
./scripts/test-runner.sh --run

# Generate coverage
./scripts/test-runner.sh --coverage

# Check status
./scripts/test-runner.sh --status

Installation

Terminal bash

openclaw install ts4
    
Copied!

💻Code Examples

example.sh
# Run all tests
./scripts/test-runner.sh --run

# Generate coverage
./scripts/test-runner.sh --coverage

# Check status
./scripts/test-runner.sh --status

Tags

#web_and-frontend-development

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author kleberbaum
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install ts4