mirror of
https://github.com/directus/directus.git
synced 2026-02-18 03:31:22 -05:00
Update request unit test (#17624)
This commit is contained in:
@@ -10,6 +10,9 @@ let mockAxiosInstance: AxiosInstance;
|
||||
beforeEach(() => {
|
||||
mockAxiosInstance = {
|
||||
interceptors: {
|
||||
request: {
|
||||
use: vi.fn(),
|
||||
},
|
||||
response: {
|
||||
use: vi.fn(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user