, чтобы сохранить свой прогресс
Запуск функциональных тестов на конечных точках API с использованием Chai-HTTP II
As a reminder, this project is being built upon the following starter project on Glitch, or cloned from GitHub.
Replace assert.fail()
. Test the status and the text.response
. Make the test pass.
Send you name in the query appending ?name=<your_name>
, the endpoint with responds with 'hello <your_name>'
.
/**
* Your test output will go here.
*/