docs: rename packages (#9618)

This commit is contained in:
Shahed Nasser
2024-10-18 14:43:46 +00:00
committed by GitHub
parent 30659b077a
commit 61e6a07b55
16 changed files with 47 additions and 47 deletions
@@ -6,12 +6,12 @@ export const metadata = {
# {metadata.title}
This document provides a reference to the `medusaIntegrationTestRunner` function provided by the `medusa-test-utils` package.
This document provides a reference to the `medusaIntegrationTestRunner` function provided by the `@medusajs/test-utils` package.
## Example
```ts
import { medusaIntegrationTestRunner } from "medusa-test-utils"
import { medusaIntegrationTestRunner } from "@medusajs/test-utils"
medusaIntegrationTestRunner({
testSuite: ({ api, getContainer }) => {
@@ -6,12 +6,12 @@ export const metadata = {
# {metadata.title}
This document provides a reference to the `moduleIntegrationTestRunner` function provided by the `medusa-test-utils` package.
This document provides a reference to the `moduleIntegrationTestRunner` function provided by the `@medusajs/test-utils` package.
## Example
```ts
import { moduleIntegrationTestRunner } from "medusa-test-utils"
import { moduleIntegrationTestRunner } from "@medusajs/test-utils"
import { HELLO_MODULE } from ".."
import HelloModuleService from "../service"
import MyCustom from "../models/my-custom"
@@ -6,6 +6,6 @@ export const metadata = {
# {metadata.title}
This section of the documentation provides a reference to the testing functions provided by the `medusa-test-utils` package.
This section of the documentation provides a reference to the testing functions provided by the `@medusajs/test-utils` package.
<ChildDocs />