UNPKG

@saysimple/node-sdk

Version:

The official SaySimple Node SDK. Want to use our awesome customer conversations platform? Please visit: https://saysimple.com

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