mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
23 lines
353 B
JSON
23 lines
353 B
JSON
{
|
|
"testEnvironment": "jsdom",
|
|
"roots": [
|
|
"<rootDir>/tests"
|
|
],
|
|
"setupFiles": [
|
|
"./tests/mocks/mockEventTarget.js"
|
|
],
|
|
"transform": {
|
|
"^.+\\.ts?$": "ts-jest"
|
|
},
|
|
"verbose": false,
|
|
"testRegex": "(/tests/.*(test|spec))\\.ts?$",
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"jsx",
|
|
"json",
|
|
"node"
|
|
]
|
|
}
|