Skip to content

Commit 6429581

Browse files
committed
Test against TypeScript 4.1, not any older version
1 parent 022d3a9 commit 6429581

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
strategy:
4545
matrix:
46-
ts-version: [~3.7.5, ~3.8, ~3.9, ~4.0, ~4.1]
46+
ts-version: [~4.1]
4747
steps:
4848
- uses: actions/checkout@v2
4949
with:

docs/recipes/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Translations: [Español](https://github.com/avajs/ava-docs/blob/master/es_ES/doc
44

55
AVA comes bundled with a TypeScript definition file. This allows developers to leverage TypeScript for writing tests.
66

7-
This guide assumes you've already set up TypeScript for your project. Note that AVA's definition expects at least version 3.7.5.
7+
This guide assumes you've already set up TypeScript for your project. Note that AVA 3's definition expects at least version 3.7.5. AVA 4 will require at least version 4.1.
88

99
## Enabling AVA's support for TypeScript test files
1010

0 commit comments

Comments
 (0)