Files
medusa-store/www/apps/book/app/learn/debugging-and-testing/page.mdx
2024-10-18 14:43:46 +00:00

13 lines
399 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export const metadata = {
title: `${pageNumber} Debugging and Testing`,
}
# {metadata.title}
In the next chapters, youll learn about the tools Medusa provides for testing and debugging your Medusa application.
By the end of this chapter, youll learn:
- How to use Medusa's `@medusajs/test-utils` test to write integration tests.
- How to use Medusas `Logger` utility to log messages.