Search for a command to run...
To run tests, navigate to the directory:
cd examples/feed-yandex/medusa
Make sure your file includes the following variables: , :
cp .env.test.example .env.test
Then, run tests:
# Run module tests# These verify the internal logic, such as services and modelsyarn test:integration:modules# Run integration tests# Integration tests include tests for API Routes and Workflowsyarn test:integration:http