Whenever I attempt to initiate my mocha test with the instruction bail(false)
, I am looking to ensure that the tests do not halt even if an error is encountered in a beforeEach
hook.
Despite setting this configuration, it seems like it's not working as expected. Has anyone else faced this issue before? Or is there a solution available for this problem?