import axios from 'axios'; import Users from '../lib/user'; jest.mock('axios'); test('should fetch users', () => { const resp = { data: ...
確定! 回上一頁