UNPKG

@incdevco/framework

Version:
22 lines (12 loc) 333 B
/* global expect inject */ describe('bootstrap.js', function () { beforeEach(module('main')); describe('constants', function () { it('shoud', inject([ 'VERSION', function (version) { expect(version).to.equal('VERSION_REPLACE', 'VERSION'); } ])); }); });