- Allow users to set the pretty-printer's recursion depth - When pretty-printing objects, don't include inherited properties. - Change toBeCloseTo matcher to be more consistent - Added toBeNaN matcher - Add checkbox to test runner which toggles catching of exceptions duri - Add config option which stops jasmine from capturing exceptions in a
7 lines
62 B
Ruby
7 lines
62 B
Ruby
module Jasmine
|
|
module Core
|
|
VERSION = "1.3.0"
|
|
end
|
|
end
|
|
|