* chore: shard unit tests * chore: move paypal and stripe to swc * chore: update actions * chore: refactor http paypal client * chore: added changeset * chore: remove medusa changes
9 lines
209 B
JavaScript
9 lines
209 B
JavaScript
module.exports = {
|
|
transform: {
|
|
"^.+\\.[jt]s?$": "@swc/jest",
|
|
},
|
|
transformIgnorePatterns: ["/node_modules/(?!(axios)/).*", "dist"],
|
|
testEnvironment: `node`,
|
|
moduleFileExtensions: [`js`, `ts`],
|
|
}
|