'use strict'; describe('Material', function (){ it('jquery should be loaded', function () { expect($).toBeDefined(); }); });