feat(framework,medusa): Ensure publishable key middleware is set for all store endpoints (#9429)

* feat(framework,medusa): Ensure publishable key middleware is set for all store endpoints

* chore: fix tests
This commit is contained in:
Riqwan Thamir
2024-10-02 18:01:50 +02:00
committed by GitHub
parent c4f26120b0
commit fbbfb0cb62
7 changed files with 111 additions and 79 deletions

View File

@@ -7,7 +7,7 @@ import {
generateStoreHeaders,
} from "../../../../helpers/create-admin-user"
jest.setTimeout(30000)
jest.setTimeout(50000)
medusaIntegrationTestRunner({
testSuite: ({ dbConnection, api, getContainer }) => {