Skip to content

Commit

Permalink
Add typescript/TSX docs to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Riegle committed Sep 14, 2019
1 parent 6e57cd7 commit c65e70f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Add the extension via the [VS Code marketplace](https://marketplace.visualstudio
| `testFinder.csharpGlob` | `Tests.cs` | Default for C# files (ex: Foo.cs has test file FooTests.cs)
| `testFinder.javascriptGlob` | `-test.js` | Default for JavaScript files (ex: foo.js has test file foo-test.js)
| `testFinder.rubyGlob` | `_spec.rb` | Default for Ruby files (ex: foo.rb has test foo_spec.rb)
| `testFinder.typescriptGlob` | `-test.ts` | Default for Typescript files (ex: MyUtil.ts has test MyUtil-test.ts)
| `testFinder.typescriptreactGlob` | `-test.ts` | Default for TSX files (ex: MyComponent.tsx has test MyComponent-test.ts)



Expand Down

0 comments on commit c65e70f

Please sign in to comment.