You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I am unclear how to get borp to use it. I think we should be doing borp --reporter ':./test/lib/my-reporter.js' 'test/**/*.test.js', but I'm having no luck with it.
The text was updated successfully, but these errors were encountered:
borp/borp.js
Lines 115 to 124 in b348999
If I have a reporter, e.g.
./test/lib/my-reporter.js
, with code like:my-reporter.js
Then I am unclear how to get
borp
to use it. I think we should be doingborp --reporter ':./test/lib/my-reporter.js' 'test/**/*.test.js'
, but I'm having no luck with it.The text was updated successfully, but these errors were encountered: