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.