Sha256: 33a5fa2f05aa56f107d844c0b38d966425033243f6c6bfb17dd2d4d5df20714c
Contents?: true
Size: 278 Bytes
Versions: 21
Compression:
Stored size: 278 Bytes
Contents
describe('Example', function () { it('should have a passing test', function() { expect(true).toEqual(true); }); describe('nested describe', function () { it('should also have a passing test', function () { expect(true).toEqual(true); }); }); });
Version data entries
21 entries across 21 versions & 2 rubygems