mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
add test helpers, add navbar tests
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@ module.exports = {
|
||||
transform: {
|
||||
"^.+\\.ts?$": "ts-jest"
|
||||
},
|
||||
testRegex: "(/tests/.*|(\\.|/)(test|spec))\\.(ts|js)x?$",
|
||||
testRegex: "(/tests/.*(test|spec))\\.ts?$",
|
||||
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user