testing-clojure-cljs
Installation
SKILL.md
Skill: Testing Clojure ClojureScript
Goal
Set up and write tests for Clojure and ClojureScript projects using cljs.test, cljs-init-tests, and shadow-cljs workflow.
Use This Skill When
- Testing Clojure or ClojureScript code
- Setting up test infrastructure for CLJS projects
- Using shadow-cljs for compilation
- The user asks to "add Clojure tests" or "set up cljs.test"
Do Not Use This Skill When
- Testing TypeScript/JavaScript code (use testing-typescript-vitest)
- Project uses a different Clojure test framework (midje, test.check)