import {expect} from 'chai'; const {name} = require('../package.json'); describe(name, () => { it('exists', () => { expect(true).to.equal(true); }) });