Search for a command to run...
Для запуска тестов перейдите в каталог :
cd examples/feed-yandex/medusa
Убедитесь, что в файле присутствуют следующие переменные: , :
cp .env.test.example .env.test
Затем, запустите тесты:
# 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