UNPKG

linagora-rse

Version:
11 lines (8 loc) 180 B
'use strict'; /* global chai: false */ var expect = chai.expect; describe('The karma setup', function() { it('should work', function() { expect(true).to.be.true; }); });