testing

Installation
SKILL.md

Testing Skill

Testing patterns for OpenCivilizations game.

Test Structure

client/
  __tests__/        # Client-side tests
    game/           # Game logic tests
    ui/             # UI component tests

server/
  __tests__/        # Server-side tests
    rooms/          # Room logic tests
    mechanics/      # Game mechanics tests
Installs
8
GitHub Stars
20
First Seen
Apr 12, 2026
testing — andrew1326/dominations