import { Domain } from "../../src/domains/domain"; describe("Domain", () => { it("should be defined", () => { expect(Domain).toBeDefined(); }); });