test: standardized jest unit testing (#10047)

This commit is contained in:
Nathan Walker
2022-11-28 14:30:32 -08:00
parent 66e8e39f1e
commit b147612e06
103 changed files with 1354 additions and 12804 deletions

View File

@@ -2,7 +2,7 @@
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"target": "ES2017",
"target": "ES2020",
"module": "esnext",
"sourceMap": true,
"declaration": true,
@@ -14,7 +14,7 @@
"diagnostics": true,
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"lib": ["es2017", "dom"],
"lib": ["ESNext", "dom"],
"types": ["node", "jest"],
"baseUrl": ".",
"paths": {