Search for a command to run...
Для запуска тестов перейдите в каталог :
Terminalcd examples/feed-yandex/medusa
Убедитесь, что в файле присутствуют следующие переменные: , :
Terminalcp .env.test.example .env.test
Затем, запустите тесты:
Terminal1# Run module tests2# These verify the internal logic, such as services and models3yarn test:integration:modules45# Run integration tests6# Integration tests include tests for API Routes and Workflows7yarn test:integration:http