mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
Add jest and puppeteer for testing
This commit is contained in:
+6
-2
@@ -4,7 +4,10 @@
|
||||
"outDir": "./out-tsc/spec",
|
||||
"types": [
|
||||
"jasmine",
|
||||
"node"
|
||||
"node",
|
||||
"jest",
|
||||
"puppeteer",
|
||||
"jest-environment-puppeteer",
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
@@ -14,5 +17,6 @@
|
||||
"include": [
|
||||
"src/**/*.spec.ts",
|
||||
"src/**/*.d.ts"
|
||||
]
|
||||
],
|
||||
"esModuleInterop": true
|
||||
}
|
||||
Reference in New Issue
Block a user