8000 Remove mention of specific (and outdated) AVA versions from README · avajs/typescript@425198a · GitHub
[go: up one dir, main page]

Skip to content

Commit 425198a

Browse files
committed
Remove mention of specific (and outdated) AVA versions from README
1 parent 0e25160 commit 425198a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
11
# @ava/typescript
22

3-
Adds [TypeScript](https://www.typescriptlang.org/) support to [AVA 4](https://avajs.dev).
3+
Adds [TypeScript](https://www.typescriptlang.org/) support to [AVA](https://avajs.dev).
44

55
This is designed to work for projects that precompile TypeScript. It allows AVA to load the compiled JavaScript, while configuring AVA to treat the TypeScript files as test files.
66

77
In other words, say you have a test file at `src/test.ts`. You've configured TypeScript to output to `build/`. Using `@ava/typescript` you can run the test using `npx ava src/test.ts`.
88

9-
## For AVA 3 users
10-
11-
Use version 2:
12-
13-
```console
14-
npm install --save-dev @ava/typescript@2
15-
```
16-
17-
Note that v2 does not support ES modules. This requires v3 and AVA 4.
18-
199
## Enabling TypeScript support
2010

2111
Add this package to your project:

0 commit comments

Comments
 (0)
0