From 049a542b1c19b7d00301832a3751b496e012a414 Mon Sep 17 00:00:00 2001 From: Chuck B Date: Wed, 19 Jun 2024 15:17:18 -0400 Subject: [PATCH] Hum. Test runtime doesn't load the entrypoints file --- yky-social/src/yky.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yky-social/src/yky.test.ts b/yky-social/src/yky.test.ts index 28b664c6..d3f9e5e8 100644 --- a/yky-social/src/yky.test.ts +++ b/yky-social/src/yky.test.ts @@ -14,6 +14,8 @@ import { PresignedPost } from '@aws-sdk/s3-presigned-post'; import { TestingRuntime, createTestingRuntime } from '@dbos-inc/dbos-sdk'; +export { Operations } from './YKYOperations'; + let testRuntime: TestingRuntime; beforeAll(async () => {