Sha256: 31fa6f20c2fbb78ff19ae24d54475911fd0adc87856476afd0933746a4e5c6a9
Contents?: true
Size: 319 Bytes
Versions: 8
Compression:
Stored size: 319 Bytes
Contents
describe('global should', function () { it('works', function () { var theGlobal = typeof window !== 'undefined' ? window : global; theGlobal.globalShould = chai.should(); try { globalShould.not.exist(undefined); } finally { delete theGlobal.globalShould; } }); });
Version data entries
8 entries across 8 versions & 1 rubygems