Skip to content

Commit

Permalink
test(axios): 初始化测试
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed May 4, 2021
1 parent 834b343 commit 6ba2284
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions __tests__/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import axios from '..';
import originalAxios from 'axios';

describe('test', () => {
test('basic', () => {
expect(axios).toBe(originalAxios);
});
});

0 comments on commit 6ba2284

Please sign in to comment.