diff --git a/package.json b/package.json index aa80ffc6..65c15ac6 100644 --- a/package.json +++ b/package.json @@ -96,6 +96,9 @@ "projects": [ { "displayName": "unit", + "moduleNameMapper": { + "logger": "/js/logger.js" + }, "testMatch": [ "**/tests/unit/**/*.[jt]s?(x)" ],