chore: tidy

This commit is contained in:
cha0s 2021-01-23 13:26:08 -06:00
parent 71c0f19508
commit 6bd40dd108

View File

@ -1,9 +1,5 @@
import {expect} from 'chai';
const {name} = require('../package.json');
describe(name, () => {
it('exists', () => {
expect(true).to.be.true;
})
it('exists', () => {
expect(true).to.be.true;
});