Skip to content

Commit 5387e40

Browse files
committed
Use correct testing command in copilot instructions
1 parent d4be5d0 commit 5387e40

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

.github/copilot-instructions.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -102,20 +102,8 @@ yarn build:dev
102102
### Testing
103103

104104
```bash
105-
# Run all unit tests
106-
yarn test
107-
108-
# Run specific test file
109-
yarn test <file>
110-
111-
# Run tests in directory
112-
yarn test <directory>
113-
114-
# Run script tests
115-
yarn test:script
116-
117-
# Run ESLint tests
118-
yarn test:eslint
105+
# Run all tests
106+
yarn test:docker
119107
```
120108

121109
**Test Conventions**:

0 commit comments

Comments
 (0)