Files
medusa-store/www/vale/styles/docs/ModuleNames.yml
Shahed Nasser 58f297cc75 docs: added documentation on testing tools (#8939)
- Added documentation on how to use Medusa's tools from the `medusa-test-utils` package to create integration and unit tests.
- Added a manual reference on the `medusaIntegrationTestRunner` and `moduleIntegrationTestRunner` functions. Since the typings in the source code aren't very informative, I opted for a manual reference shedding light on the important bits.

Closes DOCS-852
2024-09-03 14:50:45 +00:00

20 lines
436 B
YAML

extends: existence
message: Consider capitalizing module name.
level: error
ignorecase: false
tokens:
- the [a-z]\w+ [mM]odule
- the [A-Z]\w+ module
exceptions:
- the custom module
- the commerce module
- the transpiled module
- the main module
- the same module
- the other module
- the referencing module
- the link module
- the first module
- the second module
- the module provider
- the specified module