sham-ui-templates-jest-preprocessor
v1.3.0
Published
## Install ``` npm install sham-ui-templates-jest-preprocessor -D ```
Downloads
10
Readme
sham-ui-templates-jest-preprocessor
Install
npm install sham-ui-templates-jest-preprocessor -D
Jest config
"jest": {
"transform": {
"^.+\\.sht$": "sham-ui-templates-jest-preprocessor",
"^.+\\.sfc": "sham-ui-templates-jest-preprocessor"
},
}