Skip to content

Commit

Permalink
fixup! refactor: Make all TS import extensions explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg authored and erights committed Dec 18, 2023
1 parent 0d06b1c commit 1d39315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/boot/tools/liquidation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ import {
} from '@agoric/vats/tools/board-utils.js';
import { Offers } from '@agoric/inter-protocol/src/clientSupport.js';
import type { ExecutionContext } from 'ava';
import { type SwingsetTestKit, makeSwingsetTestKit } from './supports.ts';
import { type SwingsetTestKit, makeSwingsetTestKit } from './supports.js';
import {
type GovernanceDriver,
type PriceFeedDriver,
type WalletFactoryDriver,
makeGovernanceDriver,
makePriceFeedDriver,
makeWalletFactoryDriver,
} from './drivers.ts';
} from './drivers.js';

export type LiquidationSetup = {
vaults: {
Expand Down

0 comments on commit 1d39315

Please sign in to comment.