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