We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cefe89 + 39f0575 commit c66f57bCopy full SHA for c66f57b
client/pages/Documentation.tsx
@@ -35,14 +35,13 @@ export const Documentation = () => {
35
<p className="documentation-headers">Integrating tests into your codebase</p>
36
<ol className="documentation-p">
37
<li>
38
- Create a __tests__ folder in your project with a file called
39
- supertest.js
+ Create a __tests__ folder in your project
40
</li>
41
42
Add jest and supertest as dependencies in your package.json file
43
44
45
- Paste generated code into the file supertest.js
+ Click the Download File button and move the supertest.js file into the __tests__ folder
46
47
</ol>
48
</div>
0 commit comments