Skip to content

Commit

Permalink
Running unit tests with TypeScript 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Sep 26, 2024
1 parent e88b70b commit 49102e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
"typescript_5.2": "npm:[email protected]",
"typescript_5.3": "npm:[email protected]",
"typescript_5.4": "npm:[email protected]",
"typescript_5.5": "npm:[email protected]"
"typescript_5.5": "npm:[email protected]",
"typescript_5.6": "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 @@ -206,5 +206,6 @@ describe
describe('TypeScript 5.3', () => defineTests('typescript_5.3'));
describe('TypeScript 5.4', () => defineTests('typescript_5.4'));
describe('TypeScript 5.5', () => defineTests('typescript_5.5'));
describe('TypeScript 5.6', () => defineTests('typescript_5.6'));
},
);
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"forceConsistentCasingInFileNames": true,
"module": "Node16",
"moduleResolution": "Node16",
"noUncheckedSideEffectImports": true,
"strict": true,
"target": "ES2020"
},
Expand Down

0 comments on commit 49102e8

Please sign in to comment.