Closed
Description
Currently, common.skip()
only outputs a message, so after each call, we need to add return;
in tests — this is +~400 lines of code. Would it be safe to make this function like common.skipIfInspectorDisabled()
, i.e. to add process.exit(0);
in common.skip()
and remove all the return;
in tests? If there are some +1 for this proposal, I can try to raise a PR.