diff --git a/test/app.spec.js b/test/app.spec.js new file mode 100644 index 0000000..019e3fa --- /dev/null +++ b/test/app.spec.js @@ -0,0 +1,5 @@ +import { expect } from 'chai' + +it('says hello world', function () { + expect(1 + 5).to.eql(6) +})