We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ba1dd commit a3f4747Copy full SHA for a3f4747
CONTRIBUTING.md
@@ -93,7 +93,7 @@ The steps below will give you a general idea of how to prepare your local enviro
93
94
```bash
95
node --run test
96
- node -- run test:coverage # To check code coverage
+ node --run test:coverage # To check code coverage
97
```
98
99
5. **Check code quality**
0 commit comments