Skip to content

Commit

Permalink
transform lightningcss for Node 12 when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Jan 23, 2023
1 parent 2e6d881 commit fe96042
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.stable.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
"/standalone-cli/",
"\\.test\\.skip\\.js$"
],
"transformIgnorePatterns": [
"node_modules/(?!lightningcss)"
],
"transform": {
"\\.js$": "@swc/jest",
"\\.ts$": "@swc/jest"
Expand Down

0 comments on commit fe96042

Please sign in to comment.