UNPKG

@convex-dev/workflow

Version:

Convex component for durably executing workflows.

6 lines (4 loc) 149 B
/// <reference types="vite/client" /> import { test } from "vitest"; export const modules = import.meta.glob("./**/*.*s"); test("setup", () => {});