Skip to content

Commit

Permalink
Running unit tests with TypeScript 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Aug 26, 2023
1 parent d2abb5d commit 3873363
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 @@ -59,7 +59,8 @@
"typescript_4.8": "npm:[email protected]",
"typescript_4.9": "npm:[email protected]",
"typescript_5.0": "npm:[email protected]",
"typescript_5.1": "npm:[email protected]"
"typescript_5.1": "npm:[email protected]",
"typescript_5.2": "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 @@ -186,5 +186,6 @@ describe
describe('TypeScript 4.9', () => defineTests('typescript_4.9'));
describe('TypeScript 5.0', () => defineTests('typescript_5.0'));
describe('TypeScript 5.1', () => defineTests('typescript_5.1'));
describe('TypeScript 5.2', () => defineTests('typescript_5.2'));
},
);
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"exactOptionalPropertyTypes": true,
"forceConsistentCasingInFileNames": true,
"module": "Node16",
"moduleResolution": "Node16",
"strict": true,
"target": "ES2020"
Expand Down

0 comments on commit 3873363

Please sign in to comment.