Skip to content

Commit b260596

Browse files
Copilothotlong
andcommitted
Clarify Jest configuration description in Copilot instructions
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 12f4bf4 commit b260596

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This is a monorepo managed by npm workspaces:
4747
- Place tests in `test/` directory within each package
4848
- Use naming pattern `*.test.ts` for test files
4949
- Use Jest as the testing framework with `ts-jest` preset
50-
- Test configuration: `testEnvironment: 'node'`, `testMatch: ['**/test/**/*.test.ts']`
50+
- Standard Jest config in each package: preset `ts-jest`, testEnvironment `node`, testMatch pattern `**/test/**/*.test.ts`
5151
- Every new feature must include test cases
5252

5353
4. **Follow metadata specifications**

0 commit comments

Comments
 (0)