mirror of https://github.com/apache/cloudstack.git
jest: transpile Prism
This commit is contained in:
parent
6fb8708b95
commit
2b4600af06
|
|
@ -42,7 +42,7 @@ module.exports = {
|
|||
'**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)'
|
||||
],
|
||||
transformIgnorePatterns: [
|
||||
'<rootDir>/node_modules/(?!ant-design-vue|vue|@babel/runtime|lodash-es|@ant-design|@vue-js-cron)'
|
||||
'<rootDir>/node_modules/(?!ant-design-vue|vue|@babel/runtime|lodash-es|@ant-design|@vue-js-cron|prism)'
|
||||
],
|
||||
collectCoverage: true,
|
||||
collectCoverageFrom: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue