UNPKG

bookiza

Version:

The book reification framework for the web

17 lines (13 loc) 288 B
const expect = require('chai').expect describe('bookiza', () => { describe('First', () => { it('Should work', () => { expect(true).to.be.true; }) }) describe('new', () => { it('Is it installed correctly?', () => { expect(false).to.be.false }) }) })