Skip to content

Commit

Permalink
Fix for #740
Browse files Browse the repository at this point in the history
  • Loading branch information
zkldi committed Apr 19, 2021
1 parent 23c7821 commit 945e1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/using-with/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ is appropriate to your program.
# Using tap with TypeScript

Name your test files `.ts` and they'll be loaded as TypeScript if you have
the `typescript` module installed in your project, and enable the `--ts`
both `typescript` and `ts-node` modules installed in your project, and enable the `--ts`
flag.

For TypeScript with JSX (ie, TSX), name your files with a `.tsx` extension.
Expand Down

0 comments on commit 945e1e3

Please sign in to comment.