import { assert } from './testUtils' describe('mp-baidu: transform component', () => { test(`match-media`, () => { assert( ``, ``, `(_ctx, _cache) => { return {} }` ) }) })