Skip to content

Commit

Permalink
Fix tests in projects that involves TS files (#5738)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Feb 6, 2024
1 parent 27610d1 commit a8b5e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
],
"transform": {
"^.+\\.js(x)?$": "babel-jest",
"^.+\\.ts(x)?$": "ts-jest",
"^.+\\.(png)$": "jest-file",
"^.+\\.(jpg)$": "jest-file",
"^.+\\.(svg)$": "./node_modules/@plone/volto/jest-svgsystem-transform.js"
Expand Down
1 change: 1 addition & 0 deletions packages/generator-volto/news/5738.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix tests in projects that involves TS files @sneridagh

0 comments on commit a8b5e5d

Please sign in to comment.