UNPKG

catlogjs

Version:

Static site generator, translate human readable text format(such as markdown) into html, with a lot of other functions

14 lines (11 loc) 273 B
describe('Apple', function() { beforeEach(function() { this.apple = new Apple(); }); afterEach(function() { delete this.apple; }); it('should go crunch', function() { expect(this.apple).property('sound', 'crunch'); }); });