Skip to content

Commit 93359fd

Browse files
committed
test(axios): correct axios is not set test
1 parent 29a91b0 commit 93359fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/axios/test/feature/Request.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ describe('Feature - Request', () => {
218218

219219
it('throws error if `axios` is not set', () => {
220220
const userStore = useAxiosRepo(User).setAxios(null)
221+
userStore.config.axiosApi.axios = null
221222

222223
try {
223224
const axios = userStore.api().axios

0 commit comments

Comments
 (0)