jasmine/spec
Christian Williams 5182e00c66 Wrapped matcher functions return undefined after expect() for futureproofing; we might want to allow matcher chaining, e.g.:
expect(x).toBeGreaterThan(3).and.toBeLessThan(6));
or other stuff e.g.:
  expect(x).toBeTrue().because("it just needs to be");
2010-08-04 13:52:38 -07:00
..
suites Wrapped matcher functions return undefined after expect() for futureproofing; we might want to allow matcher chaining, e.g.: 2010-08-04 13:52:38 -07:00
runner.html Remove unused lib/consolex.js. 2010-06-30 23:49:34 -07:00