From 6b3bbd95568de85e09ebaef084db0d9bc6d91341 Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Mon, 30 Sep 2024 13:07:27 -0700 Subject: [PATCH] fixup! chore(types): missing imports --- packages/boot/test/bootstrapTests/vat-orchestration.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/boot/test/bootstrapTests/vat-orchestration.test.ts b/packages/boot/test/bootstrapTests/vat-orchestration.test.ts index 22781f38ac17..8a5ee0231794 100644 --- a/packages/boot/test/bootstrapTests/vat-orchestration.test.ts +++ b/packages/boot/test/bootstrapTests/vat-orchestration.test.ts @@ -1,3 +1,4 @@ +// @ts-nocheck FIXME https://github.com/Agoric/agoric-sdk/issues/10176 import { test as anyTest } from '@agoric/zoe/tools/prepare-test-env-ava.js'; import type { TestFn } from 'ava';