Run Functional Tests on API Endpoints using Chai-HTTP II
<section id="description">
<p>As a reminder, this project is being built upon the following starter project on <a href="https://glitch.com/#!/import/github/freeCodeCamp/boilerplate-mochachai/">Glitch</a>, or cloned from <a href="https://github.com/freeCodeCamp/boilerplate-mochachai/">GitHub</a>.</p></section>
<section id="instructions">
<p>Replace <code>assert.fail()</code>. Test the status and the <code>text.response</code>. Make the test pass.</p>
<p>Send you name in the query appending <code>?name=<your_name></code>, the endpoint with responds with <code>'hello <your_name>'</code>.</p></section>