Skip to content

Commit c66f57b

Browse files
authored
Merge pull request #106 from oslabs-beta/ml/docs
update docs
2 parents 2cefe89 + 39f0575 commit c66f57b

File tree

2 files changed

+288
-206
lines changed

2 files changed

+288
-206
lines changed

client/pages/Documentation.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,13 @@ export const Documentation = () => {
3535
<p className="documentation-headers">Integrating tests into your codebase</p>
3636
<ol className="documentation-p">
3737
<li>
38-
Create a __tests__ folder in your project with a file called
39-
supertest.js
38+
Create a __tests__ folder in your project
4039
</li>
4140
<li>
4241
Add jest and supertest as dependencies in your package.json file
4342
</li>
4443
<li>
45-
Paste generated code into the file supertest.js
44+
Click the Download File button and move the supertest.js file into the __tests__ folder
4645
</li>
4746
</ol>
4847
</div>

0 commit comments

Comments
 (0)