import { TaobaoCrawler } from './taobao'; // import { getUrlAsBuffer } from '../utils'; // import './http-intercepter' describe('TabaoUpload', () => { let instance: TaobaoCrawler; beforeEach(() => { instance = new TaobaoCrawler(); }); it('taobao token', async () => { await instance.searchResult({q: "头盔"}) }); });