File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ it('comments returns 200 and 500 body length', () => {
55
55
56
56
Run the tests
57
57
58
- ` npx cypress run --spec **/exercise.spec.js `
58
+ ` npx cypress run --spec **/network/ exercise.spec.js `
59
59
60
60
### 🏋️♀️ Let's try a ` POST `
61
61
@@ -81,7 +81,7 @@ Run the tests
81
81
- Follow instructions for test ` it("Can create new user on /posts", () => { `
82
82
- Run the tests
83
83
84
- ` npx cypress run --spec **/exercise.spec.js `
84
+ ` npx cypress run --spec **/network/ exercise.spec.js `
85
85
86
86
### 🏋️♀️ Let's try a ` PUT `
87
87
@@ -110,7 +110,7 @@ Run the tests
110
110
- Implement test ` it("Can update posts") ` by following instructions
111
111
- Run the tests
112
112
113
- ` npx cypress run --spec **/exercise.spec.js `
113
+ ` npx cypress run --spec **/network/ exercise.spec.js `
114
114
115
115
## 📝Summary
116
116
You can’t perform that action at this time.
0 commit comments