Skip to content

Commit 4ed2e17

Browse files
authored
add network folder
1 parent a14177e commit 4ed2e17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/API.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ it('comments returns 200 and 500 body length', () => {
5555

5656
Run the tests
5757

58-
`npx cypress run --spec **/exercise.spec.js`
58+
`npx cypress run --spec **/network/exercise.spec.js`
5959

6060
### 🏋️‍♀️ Let's try a `POST`
6161

@@ -81,7 +81,7 @@ Run the tests
8181
- Follow instructions for test `it("Can create new user on /posts", () => {`
8282
- Run the tests
8383

84-
`npx cypress run --spec **/exercise.spec.js`
84+
`npx cypress run --spec **/network/exercise.spec.js`
8585

8686
### 🏋️‍♀️ Let's try a `PUT`
8787

@@ -110,7 +110,7 @@ Run the tests
110110
- Implement test `it("Can update posts")` by following instructions
111111
- Run the tests
112112

113-
`npx cypress run --spec **/exercise.spec.js`
113+
`npx cypress run --spec **/network/exercise.spec.js`
114114

115115
## 📝Summary
116116

0 commit comments

Comments
 (0)