/**
 * Your flows can be tested locally prior to publishing your
 * code-native integration. Add your tests here.
 *
 * You can run this test with "npm run test"
 *
 * For more information on unit testing code-native integrations, see
 * https://prismatic.io/docs/integrations/code-native/testing/
 */

import { invokeFlow } from "@prismatic-io/spectral/dist/testing";

describe("Flow tests", () => {
  test("Example flow test", async () => {
    // Insert test here.
  });
});
