Unit Test

Write and review xterm.js unit tests with project conventions. Use when editing `*.test.ts` files or when asked for test authoring guidelines.

xtermjs a285983 507 B Updated

File contents

Unit Test Instructions

When writing unit tests, follow these rules:

  • When writing unit tests for addons, always create a real xterm.js instance instead of mocking it.
  • Prefer assert.ok over assert.notStrictEqual when checking something is undefined or not.
  • Avoid comments as most tests should be self-documenting.

xtermjs/xterm.js/tree/main/.agents/skills/unit-test commit a285983b54

Frequently asked questions

npx skillmds@latest add xtermjs/unit-test