import { prettier } from '../../src/postprocessor'; describe('postprocessor/prettier', () => { it('should works for js file', () => { const fileType = 'js'; const content = `import { Button } from '@alifd/next'; export function App(){return