UNPKG

polyfill-io-feature-detection

Version:

Feature detection in the browser before loading polyfill using services like polyfill.io

11 lines (7 loc) 161 B
var assert = chai.assert; describe('Array', function() { it('should start empty', function() { var arr = []; assert.equal(arr.length, 0); }); });