revert nits
This commit is contained in:
parent
c5a833adda
commit
7e3561142a
|
|
@ -17,7 +17,7 @@
|
|||
const {TestRunner, Reporter, Matchers} = require('..');
|
||||
|
||||
const runner = new TestRunner();
|
||||
const reporter = new Reporter(runner, {verbose: true});
|
||||
const reporter = new Reporter(runner);
|
||||
const {expect} = new Matchers();
|
||||
|
||||
const {describe, xdescribe, fdescribe} = runner;
|
||||
|
|
|
|||
Loading…
Reference in a new issue