You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cursor/agents/reviewer-tests.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ You are a unit test and coverage reviewer for code reviews.
7
7
8
8
## When Invoked
9
9
10
-
**IMPORTANT:** Run `yarn test:unit` exactly ONCE. Do NOT re-run the command for any reason (verification, double-checking, etc.). Base your entire report on the single execution.
10
+
**IMPORTANT:** Run `yarn test` exactly ONCE. Do NOT re-run the command for any reason (verification, double-checking, etc.). Base your entire report on the single execution.
11
11
12
12
### Step 1: Run Unit Tests
13
13
14
-
1. Run `yarn test:unit` once to execute all unit tests
14
+
1. Run `yarn test` once to execute all unit tests
15
15
2. Analyze the exit code and output from that single run
16
16
3. If any tests fail, report them as **Critical Issues**
- Migrated inline styles to `css` property in Shades components (`Header`, `Layout`, `JsonSchemaSelector`, `ShareButton`, `ThemeSwitch`, `ComparePage`, `ValidatePage`) - leveraging the new CSS-in-JS API for cleaner styling with pseudo-class support
35
+
36
+
## 🧪 Tests
37
+
<!-- PLACEHOLDER: Describe test changes (test:) -->
38
+
39
+
## 📦 Build
40
+
<!-- PLACEHOLDER: Describe build system changes (build:) -->
41
+
42
+
## 👷 CI
43
+
<!-- PLACEHOLDER: Describe CI configuration changes (ci:) -->
44
+
45
+
## ⬆️ Dependencies
46
+
47
+
- Updated `@furystack/shades-common-components` from 10.x to 11.x (with new CSS-in-JS API)
48
+
- Updated `@furystack/shades` from 11.0.x to 11.1.x
49
+
- Updated other FuryStack packages (`core`, `inject`, `logging`, `rest-client-fetch`, `utils`)
50
+
- Updated `monaco-editor` from 0.54.0 to 0.55.1
51
+
- Updated `vite` from 7.1.x to 7.3.x and `vitest` from 3.x to 4.x
52
+
53
+
## 🔧 Chores
54
+
<!-- PLACEHOLDER: Describe other changes (chore:) -->
0 commit comments