feat(medusa-payment-paypal,medusa-payment-stripe): speed up unit tests in CI (#6806)

* 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
This commit is contained in:
Riqwan Thamir
2024-03-25 15:27:40 +01:00
committed by GitHub
parent 9073d7aba3
commit bacfa3e17b
14 changed files with 141 additions and 144 deletions
-3
View File
@@ -6,15 +6,12 @@
"outputs": ["!node_modules/**", "!src/**", "*/**"]
},
"test": {
"dependsOn": ["build"],
"outputs": []
},
"test:integration": {
"dependsOn": ["build"],
"outputs": []
},
"test:integration:chunk": {
"dependsOn": ["build"],
"outputs": []
}
},