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: AGENTS.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,13 +123,6 @@ Use `createTable` from `@salesforce/b2c-tooling-sdk/cli` for tabular output. See
123
123
124
124
See [testing skill](./.claude/skills/testing/SKILL.md) for patterns on writing tests with Mocha, Chai, and MSW.
125
125
126
-
Quick commands:
127
-
```bash
128
-
pnpm run test# Run all tests
129
-
pnpm --filter @salesforce/b2c-tooling-sdk run test# Test specific package
130
-
pnpm mocha "test/clients/webdav.test.ts"# Single file (no coverage)
131
-
```
132
-
133
126
## Changesets
134
127
135
128
This project uses [Changesets](https://github.com/changesets/changesets) for version management. When making changes that affect users, create a changeset:
0 commit comments