mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
add src/ folder to jest config
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
roots: ["<rootDir>/examples/web/static", "<rootDir>/tests"],
|
roots: ["<rootDir>/src", "<rootDir>/examples/web/static", "<rootDir>/tests"],
|
||||||
transform: {
|
transform: {
|
||||||
"^.+\\.ts?$": "ts-jest"
|
"^.+\\.ts?$": "ts-jest"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user