8000 mocing axios section · mcibique/vue-testing-examples@1d35099 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d35099

Browse files
committed
mocing axios section
1 parent f33637d commit 1d35099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class AuthService {
116116
}
117117
```
118118

119-
For testing different scenarios (200, 400, 404 status codes) we can use [axios-mock-adapter](https://www.npmjs.com/package/axios-mock-adapter), but there are also other alternatives available (e.g. [moxios](https://www.npmjs.com/package/moxios)).
119+
For testing different scenarios (200, 400, 404 status codes) we can use [axios-mock-adapter](https://www.npmjs.com/package/axios-mock-adapter), but there are also alternatives available (e.g. [moxios](https://www.npmjs.com/package/moxios)).
120120

121121
```js
122122
import axios from 'axios';

0 commit comments

Comments
 (0)
0