File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -41,5 +41,8 @@ module.exports = {
41
41
clearMocks : true ,
42
42
modulePathIgnorePatterns : [ '<rootDir>/offline-module-cache/' ] ,
43
43
testPathIgnorePatterns : [ '<rootDir>/build/' , '<rootDir>/node_modules/' ] ,
44
- transformIgnorePatterns : [ '<rootDir>/node_modules' ] ,
44
+ transform : {
45
+ '^.+\\.(js|jsx|ts|tsx|cjs)$' : 'babel-jest' ,
46
+ } ,
47
+ transformIgnorePatterns : [ '<rootDir>/node_modules/(?!@adobe/css-tools)' ] ,
45
48
} ;
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @adobe/css-tools@^4.0.1 " :
6
- version "4.2.0 "
7
- resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.2.0 .tgz#e1a84fca468f4b337816fcb7f0964beb620ba855 "
8
- integrity sha512-E09FiIft46CmH5Qnjb0wsW54/YQd69LsxeKUOWawmws1XWvyFGURnAChH0mlr7YPFR1ofwvUQfcL0J3lMxXqPA ==
5
+ " @adobe/css-tools@^4.0.1" , "@adobe/css-tools@^4.3.2" :
6
+ version "4.3.3 "
7
+ resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.3 .tgz#90749bde8b89cd41764224f5aac29cd4138f75ff "
8
+ integrity sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ ==
9
9
10
10
" @babel/code-frame@^7.0.0" , "@babel/code-frame@^7.10.4":
11
11
version "7.22.5"
You can’t perform that action at this time.
0 commit comments