add test helpers, add navbar tests

This commit is contained in:
Géry Debongnie
2019-01-29 10:46:01 +01:00
parent b024ce3183
commit dd75a17448
5 changed files with 126 additions and 10 deletions
+1 -1
View File
@@ -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"]
};