Skip to content

Commit 4b6e29f

Browse files
authored
Test coverage for getSubscriptionStatus (#130)
* getSubscriptionStatus tests * permission.spender * fix: remove debug console.log statements from tests * style: apply formatting fixes * fix: resolve type errors in getSubscriptionStatus tests
1 parent 045f605 commit 4b6e29f

File tree

3 files changed

+640
-2
lines changed

3 files changed

+640
-2
lines changed

.cursorrules

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Cursor AI Assistant Rules
2+
3+
## Test Execution Guidelines
4+
5+
### Always use non-interactive mode for tests
6+
When running tests with npm, yarn, or vitest, ALWAYS include flags to prevent interactive/watch mode:
7+
8+
- For npm test: use `npm test -- --run`
9+
- For yarn test: use `yarn test --run`
10+
- For vitest directly: use `vitest run`
11+
- For jest: use `jest --no-watch`

0 commit comments

Comments
 (0)