Skip to content

Commit

Permalink
Running unit tests with TypeScript 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Jun 21, 2024
1 parent a4df275 commit 1b6e7fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
"typescript_5.1": "npm:[email protected]",
"typescript_5.2": "npm:[email protected]",
"typescript_5.3": "npm:[email protected]",
"typescript_5.4": "npm:[email protected]"
"typescript_5.4": "npm:[email protected]",
"typescript_5.5": "npm:[email protected]"
},
"engines": {
"node": ">=16.0.0"
Expand Down
1 change: 1 addition & 0 deletions test/spec/ts-defs.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,6 @@ describe
describe('TypeScript 5.2', () => defineTests('typescript_5.2'));
describe('TypeScript 5.3', () => defineTests('typescript_5.3'));
describe('TypeScript 5.4', () => defineTests('typescript_5.4'));
describe('TypeScript 5.5', () => defineTests('typescript_5.5'));
},
);

0 comments on commit 1b6e7fe

Please sign in to comment.