Skip to content

Commit 4bd165e

Browse files
committed
fix(tooling): revert ccwidgets package.json
1 parent 4e490e5 commit 4bd165e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/contact-center/cc-widgets/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@
8181
"testMatch": [
8282
"**/tests/**/*.ts",
8383
"**/tests/**/*.tsx"
84-
]
84+
],
85+
"moduleNameMapper": {
86+
"^.+\\.(css|less|scss)$": "babel-jest"
87+
}
8588
}
8689
}

0 commit comments

Comments
 (0)