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
{{ message }}
This repository has been archived by the owner on Sep 7, 2018. It is now read-only.
If I wanted to modify Buster such that, when an AssertionError occurs, the only lines shown in the stack trace output would be lines belonging to the "thing" being tested, or the test itself (filtering out all lines referencing buster or assertion framework code), where would I look in the buster source? Thanks much!
The text was updated successfully, but these errors were encountered:
thanks for following up. i did take a look at the buster-test stack filter.
is it possible that the docs at the url you provided are out of date? i only had the buster npm package installed, so i installed the buster-test npm package to try out the instructions in the docs. (was that necessary, or is there some way of getting a reference to stackFilter with only the buster npm package installed?) it appears there is no longer a stackFilter field on buster-test. does that sound right?
just did some more exploring and see that buster-test is actually included as a dependency of the buster npm package, which seems to indicate that installing buster-test separately wasn't necessary. is that correct? if so, do you know how i might be able to get a reference to the stackFilter from within a node file module that contains buster tests? or is stackFilter configurable globally? thanks.
If I wanted to modify Buster such that, when an AssertionError occurs, the only lines shown in the stack trace output would be lines belonging to the "thing" being tested, or the test itself (filtering out all lines referencing buster or assertion framework code), where would I look in the buster source? Thanks much!
The text was updated successfully, but these errors were encountered: