Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import { webcrypto } from "crypto";
import { addCustomMatchers } from "./spec";
Object.defineProperty(window, "crypto", {
value: webcrypto,
});
// Add custom matchers
addCustomMatchers();