Sha256: 352335fbc44c8d22673be1056965885298b082bfa419bdb775c7c2ab7082961a
Contents?: true
Size: 152 Bytes
Versions: 68
Compression:
Stored size: 152 Bytes
Contents
describe('failing afterAll', function() { afterAll(function() { throw 'afterAll go boom'; }); it('is fine otherwise', function() { }); });
Version data entries
68 entries across 53 versions & 2 rubygems