Releases: Alhadis/Atom-Mocha
Releases · Alhadis/Atom-Mocha
v2.2.2
v2.2.1
- Added:
afterStartcallback that's executed aftermocha.run() - Fixed: Inability to scroll default reporter with
minimalenabled - Fixed: Tests not shown when filtering by failed results
- Upgraded to Mocha v6.2.0
v2.2.0
- Added:
.bufferassertion - Added:
.editorassertion - 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
--recursiveoption - Added: Support for Chai's
.anyflag in.classesassertions - Changed:
autoItsetting enabled by default for all reporters - Changed: Default
specPatternnow recognises TypeScript files - Changed:
TextEditorobjects now stringify to<TextEditor…> - Changed:
.focusassertion now works forTextEditorobjects - Changed:
link()removed from./lib/utilsand made internal - Fixed:
autoScrollpreventing user from scrolling manually - Fixed: Code-blocks missing if
beforeStartwas defined in config - Fixed:
document.titleproperty throwing error when reconfigured - Fixed: Process hanging if
beforeFinishhandler throws an error - Fixed: HTML not escaped in error titles
v2.1.2
v2.1.1
- Added: Support for
.jsoncas 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.