mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
8 lines
158 B
TypeScript
8 lines
158 B
TypeScript
// import { mockAxios } from '../mocks/axios';
|
|
|
|
describe('test request interceptor', () => {
|
|
it('tests', () => {
|
|
//const axios = mockAxios();
|
|
});
|
|
});
|