Skip to content

Commit

Permalink
chore: elaborate permit, clean up lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Jul 26, 2023
1 parent a5a339e commit 18c0640
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
true
{
"consume": {
"vatStore": true,
"vatAdminSvc": true,
"zoe": true,
"chainStorage": true
}
}
7 changes: 2 additions & 5 deletions packages/vats/test/bootstrapTests/drivers.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export const makePriceFeedDriver = async (
};

/**
* @param {import('./supports.js').SwingsetTestKit} testKit
* @param {Awaited<ReturnType<import('./supports.js').makeSwingsetTestKit>>} testKit
* @param {import('../../tools/board-utils.js').AgoricNamesRemotes} agoricNamesRemotes
* @param {Awaited<ReturnType<typeof makeWalletFactoryDriver>>} walletFactoryDriver
* @param {string[]} committeeAddresses
Expand Down Expand Up @@ -327,7 +327,6 @@ export const makeGovernanceDriver = async (

return {
/**
*
* @param {Instance} instance
* @param {object} params
* @param {object} [path]
Expand All @@ -342,9 +341,7 @@ export const makeGovernanceDriver = async (
};
};

/**
* @param {import('./supports.js').SwingsetTestKit} testKit
*/
/** @param {Awaited<ReturnType<import('./supports.js').makeSwingsetTestKit>>} testKit */
export const makeZoeDriver = async testKit => {
const { EV } = testKit.runUtils;
const zoe = await EV.vat('bootstrap').consumeItem('zoe');
Expand Down

0 comments on commit 18c0640

Please sign in to comment.