UNPKG

easy-query

Version:

An easy to use, easy to customize sheet of SCSS media queries tailored for use alongside or without popular frameworks such as Bootstrap and Foundation.

7 lines 209 B
describe('getArgumentCount', function() { var count = arguments.length; it('Should be 0 or 1', function() { expect(count).toBeGreaterThan(-1); expect(count).toBeLessThan(2); }); });