encore-testing

Installation
SKILL.md

Testing Encore.ts Applications

Instructions

Encore.ts uses standard TypeScript testing tools. The recommended setup is Vitest.

Setup Vitest

npm install -D vitest

Add to package.json:

{
  "scripts": {
    "test": "vitest"
  }
Related skills
Installs
333
GitHub Stars
23
First Seen
Jan 21, 2026