Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aplegatt committed Aug 1, 2022
1 parent 80492e9 commit b1abc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "commonjs",
"allowSyntheticDefaultImports": true,
"strict": true,
"lib": ["es6", "dom", "scripthost"],
"lib": ["es2020", "dom", "scripthost"],
"moduleResolution": "node",
"types": ["cypress"],
"importsNotUsedAsValues": "remove"
Expand Down

0 comments on commit b1abc4c

Please sign in to comment.