return an instance of AssertionState
AssertionState
import { getAssertionState } from "@std/internal";const assertionState = getAssertionState();assertionState.setAssertionTriggered(true); Copy
import { getAssertionState } from "@std/internal";const assertionState = getAssertionState();assertionState.setAssertionTriggered(true);
return an instance of AssertionState