Skip to content

Commit d496b9f

Browse files
committed
Add some explanations to the command
1 parent 02bbdf1 commit d496b9f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

contributing.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,8 @@ The grammar call graph is interesting, but not particularly useful. Generating "
4242

4343
### Run unit tests for TextMate grammar
4444

45-
`npm run tmUnitTest`
45+
To verify that your changes haven't broken existing syntax or tests, and to ensure any new tests pass, run the following command:
46+
47+
```
48+
npm run tmUnitTest
49+
```

0 commit comments

Comments
 (0)