import { restore } from "https://deno.land/std@0.209.0/testing/mock.ts";
Restores all mocks registered in the current session that have not already been restored. If an id is provided, it will restore all mocks registered in the session associed with that id that have not already been restored.