docs: use tooling convention across docs (#10512)
This commit is contained in:
@@ -8,11 +8,9 @@ In this chapter, you'll learn about Medusa's testing tools and how to install an
|
||||
|
||||
## @medusajs/test-utils Package
|
||||
|
||||
Medusa provides a `@medusajs/test-utils` package with utility tools to create integration tests for your custom API routes, modules, or other Medusa customizations.
|
||||
Medusa provides a Testing Framework to create integration tests for your custom API routes, modules, or other Medusa customizations.
|
||||
|
||||
### Install @medusajs/test-utils
|
||||
|
||||
To use the `@medusajs/test-utils` package, install it as a `devDependency`:
|
||||
To use the Testing Framework, install `@medusajs/test-utils` as a `devDependency`:
|
||||
|
||||
```bash npm2yarn
|
||||
npm install --save-dev @medusajs/test-utils@latest
|
||||
@@ -92,7 +90,7 @@ You now have two commands:
|
||||
|
||||
<Note>
|
||||
|
||||
Medusa provides utility tools for integration tests only. You can write unit tests using Jest.
|
||||
Medusa's Testing Framework works for integration tests only. You can write unit tests using Jest.
|
||||
|
||||
</Note>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user