11 lines
282 B
Plaintext
11 lines
282 B
Plaintext
import { ChildDocs } from "docs-ui"
|
|
|
|
export const metadata = {
|
|
title: `Medusa's Testing Framework Reference`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
This section of the documentation provides a reference to Medusa's Testing Framework provided by the `@medusajs/test-utils` package.
|
|
|
|
<ChildDocs /> |