import { describe, it } from "mocha";

describe("API details widget", async () => {
    it("Initializes correctly", async () => {
        // TODO: Not implemented
    });

    it("Reacts on route change", async () => {
        // TODO: Not implemented
    });
});