Skip to content

Commit ac67de5

Browse files
committed
chore(types): misc imports
1 parent 7205670 commit ac67de5

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

packages/boot/test/upgrading/upgrade-contracts.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { buildVatController } from '@agoric/swingset-vat';
99

1010
/**
1111
* @import {TestFn} from 'ava';
12+
* @import {SwingSetConfig} from '@agoric/swingset-vat';
1213
*/
1314

1415
/**

packages/boot/test/upgrading/upgrade-vats.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { test } from '@agoric/swingset-vat/tools/prepare-test-env-ava.js';
22

33
import { BridgeId, deepCopyJsonable } from '@agoric/internal';
4-
import { buildVatController } from '@agoric/swingset-vat';
4+
import { buildVatController, type SwingSetConfig } from '@agoric/swingset-vat';
55
import { makeRunUtils } from '@agoric/swingset-vat/tools/run-utils.js';
66
import { Fail } from '@endo/errors';
77
import { makeTagged } from '@endo/marshal';

packages/boot/tools/liquidation.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
} from '@agoric/vats/tools/board-utils.js';
1010
import { Offers } from '@agoric/inter-protocol/src/clientSupport.js';
1111
import type { ExecutionContext } from 'ava';
12+
import type { ManagerType } from '@agoric/swingset-vat';
1213
import { insistManagerType, makeSwingsetHarness } from './supports.js';
1314
import { type SwingsetTestKit, makeSwingsetTestKit } from './supports.js';
1415
import {

packages/deploy-script-support/test/unitTests/assertOfferResult.test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ import test from 'ava';
33

44
import { assertOfferResult } from '../../src/assertOfferResult.js';
55

6+
/**
7+
* @import {UserSeat} from '@agoric/zoe';
8+
*/
9+
610
test('assertOfferResult', async t => {
711
/** @type {UserSeat} */
812
const mockSeat = {

0 commit comments

Comments
 (0)