component.spec.ts 234 字节
Newer Older
fxy060608's avatar
fxy060608 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
import { assert } from './testUtils'

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