chore: V2 core loader + modules integration-tests (#6544)

This commit is contained in:
Oli Juhl
2024-02-29 16:46:30 +01:00
committed by GitHub
parent dc025302a1
commit 296d7faad4
100 changed files with 318 additions and 78 deletions
+1
View File
@@ -10,6 +10,7 @@
"ignore": [
"integration-tests-api",
"integration-tests-plugins",
"integration-tests-modules",
"integration-tests-repositories",
"@medusajs/dashboard",
"@medusajs/admin-shared",
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": minor
---
chore: V2 core loader + modules integration-tests