Closed prometheas closed 9 years ago
There's no way to identify what to run the tests against with the absence of project-level package settings.
Actually, running mocha
without a mocha.opts loads test/*.{js,coffee}.... I suppose the plugin could do that.
Nice one :)
[Enter steps to reproduce below:]
Atom Version: 1.0.7 System: Mac OS X 10.10.5 Thrown From: mocha-runner package, v1.1.5
Stack Trace
Uncaught Error: must provide pattern
Commands
Config
Installed Packages
It's saying I need a
mocha.opts
file, but honestly I don't think its absence should make the module vomit like this, instead using sensible defaults.