Skip to content

Commit 9e8a351

Browse files
authored
docs(vscode): include information regarding random test ordering (#830)
1 parent b06c28c commit 9e8a351

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extensions/vscode/CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ npm run lint
7575
npm test
7676
```
7777

78+
💡 **Note**: As contributors we should avoid cross-test dependencies. We rely on Mocha as our testing framework, unfortunately, it doesn't yet support [randomized test ordering](https://github.com/mochajs/mocha/issues/902).
79+
7880
5. Create the Pull Request with a meaningful description, linking to the original issue where possible.
7981

8082
6. Verify that all [status checks](https://github.com/VeryGoodOpenSource/dart_frog/actions/) are passing for your Pull Request once they have been approved to run by a maintainer.

0 commit comments

Comments
 (0)