// import { checkFileType } from './checkType'; describe('文件类型检测', () => { it('测试1 bmp文件', async () => { console.log('11111'); // checkFileType('/Users/zhanglihua/npms/file-type/myTest/fixture/fixture.bmp'); // console.log(111111, eotFile, bmpFile); // expect(formatData({ type: 'yuan' })).toBe('-'); }); });