Skip to content

Commit

Permalink
Merge pull request #18 from Gelio/test-on-ts-5.0
Browse files Browse the repository at this point in the history
chore: include TypeScript 5.0 in integration tests
  • Loading branch information
Gelio committed Apr 1, 2023
2 parents 2c3e237 + fc4bed4 commit 205c72a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@

See <https://github.com/Gelio/loose-ts-check/issues/16> for more information.

Engineering:

- Include TypeScript 5.0 in integration tests.

## v1.3.0 (2023-01-08)

Features:
Expand Down
2 changes: 1 addition & 1 deletion test/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const looseTsCheckCommand = `FORCE_COLOR=0 ${looseTsCheckBinaryPath}`;

const tsVersions = process.env.ONLY_LATEST_VERSION
? ['latest']
: ['3.9', '4.0', '4.4', '4.9', 'latest'];
: ['3.9', '4.0', '4.4', '4.9', '5.0', 'latest'];

async function prepareTestDirectory({
tsVersion,
Expand Down

0 comments on commit 205c72a

Please sign in to comment.