Skip to content

Commit f71c6a8

Browse files
committed
Running unit tests with TypeScript 5.5
1 parent a4df275 commit f71c6a8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
"typescript_5.1": "npm:typescript@5.1",
6565
"typescript_5.2": "npm:typescript@5.2",
6666
"typescript_5.3": "npm:typescript@5.3",
67-
"typescript_5.4": "npm:typescript@5.4"
67+
"typescript_5.4": "npm:typescript@5.4",
68+
"typescript_5.5": "npm:typescript@5.5"
6869
},
6970
"engines": {
7071
"node": ">=16.0.0"

test/spec/ts-defs.spec.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,5 +205,6 @@ describe
205205
describe('TypeScript 5.2', () => defineTests('typescript_5.2'));
206206
describe('TypeScript 5.3', () => defineTests('typescript_5.3'));
207207
describe('TypeScript 5.4', () => defineTests('typescript_5.4'));
208+
describe('TypeScript 5.5', () => defineTests('typescript_5.5'));
208209
},
209210
);

0 commit comments

Comments
 (0)