7c86e6a6创建于 2020年12月4日历史提交
import { expect } from 'chai'

describe('Base unit', () => {
  it('Null', () => {
    expect('').to.include('')
  })
})