mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
test: standardized jest unit testing (#10047)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user