UNPKG
@convex-dev/workflow
Version:
alpha (0.2.2-alpha.1)
latest (0.2.2)
0.2.2
0.2.2-alpha.1
0.2.2-alpha.0
0.2.1
0.2.0
0.2.0-alpha.6
0.2.0-alpha.5
0.2.0-alpha.4
0.2.0-alpha.3
0.2.0-alpha.2
0.2.0-alpha.1
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
Convex component for durably executing workflows.
github.com/get-convex/workflow
get-convex/workflow
@convex-dev/workflow
/
src
/
component
/
setup.test.ts
6 lines
(4 loc)
•
149 B
text/typescript
View Raw
1
2
3
4
5
6
/// <reference types="vite/client" />
import
{ test }
from
"vitest"
;
export
const
modules =
import
.
meta
.
glob
(
"./**/*.*s"
);
test
(
"setup"
,
() =>
{});