Releases: Alhadis/Atom-Mocha
Releases · Alhadis/Atom-Mocha
v2.2.2
v2.2.1
- Added:
afterStart
callback that's executed aftermocha.run()
- Fixed: Inability to scroll default reporter with
minimal
enabled - Fixed: Tests not shown when filtering by failed results
- Upgraded to Mocha v6.2.0
v2.2.0
- Added:
.buffer
assertion - Added:
.editor
assertion - Added: Statbar counters filtering results when clicked
- Added: Default reporter can now be aborted by pressing
CTRL + C
- Added: Feedback for errors caught whilst executing
before*
hooks - Added: Support for Mocha's
--recursive
option - Added: Support for Chai's
.any
flag in.classes
assertions - Changed:
autoIt
setting enabled by default for all reporters - Changed: Default
specPattern
now recognises TypeScript files - Changed:
TextEditor
objects now stringify to<TextEditor…>
- Changed:
.focus
assertion now works forTextEditor
objects - Changed:
link()
removed from./lib/utils
and made internal - Fixed:
autoScroll
preventing user from scrolling manually - Fixed: Code-blocks missing if
beforeStart
was defined in config - Fixed:
document.title
property throwing error when reconfigured - Fixed: Process hanging if
beforeFinish
handler throws an error - Fixed: HTML not escaped in error titles
v2.1.2
v2.1.1
- Added: Support for
.jsonc
as a.mocharc.*
extension - Upgraded to Mocha v6.1.0
v2.1.0
- Added: Support for
.mocharc.*
files introduced in Mocha v6.0. - Fixed: Inability to globalise Chai methods using
chai/register-*
. - Fixed: Hotlinked stacks now use Atom's core URI handlers for jumping to offending lines of code during failed tests. This enabled removal of a lot of ugly kruft written prior to the URI handler feature.