I receive this error when I follow the mocha example. I have made a PR to solve the problem, but I believe the source of the issue is approvals\lib\Providers\BeforeEachVerifierBase.js It's call to FileApprover.verify(namer, writer, reporterFactory); doesn't pass in any options and GenericDiffReporterBase.report (and other reporters) are written as if it did.
I receive this error when I follow the mocha example. I have made a PR to solve the problem, but I believe the source of the issue is approvals\lib\Providers\BeforeEachVerifierBase.js It's call to
FileApprover.verify(namer, writer, reporterFactory);doesn't pass in any options andGenericDiffReporterBase.report(and other reporters) are written as if it did.