design-system testing-single-files.instructions.md

Instructions for running one test file in a Yarn workspace, where a workspace is one package inside a larger monorepo. They show direct commands, filename matching, required test-file locations, and extra command options.

In plain words
What is it for?
Running one named test file, matching a partial filename, passing a test-file option, and testing files in the Iress Design System components package.
Why use it?
They remove uncertainty about how to target a single test instead of running every test. They also point out that test files must be inside the packageโ€™s src directory.

Instructions file for GitHub Copilot

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/iress/design-system/testing-single-files
Clone the repo
git clone --depth 1 https://github.com/iress/design-system

Made for: GitHub Copilot.

Per session 533 This file is loaded in full into every session.
When invoked 533 The same file โ€” it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00533 $0.00533
Opus 5 $0.00267 $0.00267
Sonnet 5 $0.00107 $0.00107
Haiku 4.5 $0.00053 $0.00053

Measured 2d ago against content hash cf34aea4d357, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

design-system testing-single-files.instructions.md scanned grade A with 0 findings against 26 rules in 11 categories โ€” prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency โ€” measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/instructions/testing-single-files.instructions.md ยท 62 lines

How it starts

The opening of the file, as written. The whole thing โ€” 62 lines โ€” stays where its author put it; the contents beside it link to each section on GitHub.

Running Single Tests with Yarn Workspaces

# Run a specific test file using --testFile flag
yarn workspace @iress-oss/ids-components run test:coverage -- --testFile MyComponent.test.tsx

# Run any project with a specific file
yarn workspace <package-name> run test:coverage -- --testFile <filename>

๐Ÿ”ง Additional Test Command Options:

# Method 1: Using --testFile flag
yarn workspace @iress-oss/ids-components run test:coverage -- --testFile MyComponent.test.tsx

# Method 2: Using positional argument (regex pattern)
yarn workspace @iress-oss/ids-components run test:coverage -- MyComponent.test.tsx

# Method 3: Using partial filename matching
yarn workspace @iress-oss/ids-components run test:coverage -- MyComponent

๐Ÿ“‚ File Structure Requirements:

Test files must be in the project's src/ directory:

  • โœ… packages/components/src/MyComponent.test.tsx
  • โŒ packages/components/MyComponent.test.tsx (wrong location)

๐Ÿš€ Real Examples:

# Test our example files
yarn workspace @iress-oss/ids-components run test:coverage -- --testFile test-file-2.test.ts

# Or using the shortcuts
yarn test:components:file test-file-2.test.ts

๐Ÿ’ก Pro Tips:

  1. Regex matching: yarn workspace @iress-oss/ids-components run test -- Button will match Button.test.tsx, ButtonGroup.test.tsx, etc.
  2. Watch mode: Add --watch to any command for continuous testing
  3. UI mode: Add --ui to any command for the Vitest UI
  4. Coverage: Tests run with coverage by default in this project

๐Ÿ”ฅ Most Common Usage:

# Quick test of a specific component
yarn workspace @iress-oss/ids-components run test:coverage -- --testFile Button.test.tsx

# Watch mode while developing
yarn workspace @iress-oss/ids-components run test:coverage -- --testFile Button.test.tsx --watch

# UI mode for debugging
yarn workspace @iress-oss/ids-components run test:coverage -- --testFile Button.test.tsx --ui

Read the full file on GitHub ยท 62 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen ยท 62 lines ยท 533 tokens per session scan A cf34aea4d357

Subscribe to this mod's changes

design-system testing-single-files.instructions.md is an instructions file published in the GitHub repository iress/design-system (1 stars, last pushed 7d ago), licensed Apache-2.0. It adds 533 tokens to every session, about $0.0027 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.