Add missing description to CONTRIBUTING.md (#40329)

This commit is contained in:
Vincent Boivin 2020-08-31 14:16:52 -04:00 committed by GitHub
parent bfb00eb164
commit 21df16d385
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,7 +176,7 @@ See below for examples.
### Tests for multiple files
When you need to multiple files in a single test, use the `filename` tag:
When you need to mimic having multiple files in a single test to test features such as "import", use the `filename` tag:
```ts
// @filename: file1.ts