Skip to content

Commit

Permalink
style: export start
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Sep 20, 2024
1 parent 41969f1 commit 64440c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/orchestration/test/fixtures/zcfTester.contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Far } from '@endo/far';
*
* @param {ZCF} zcf
*/
const start = async zcf => {
export const start = async zcf => {
// make the `zcf` and `instance` available to the tests
const instance = zcf.getInstance();
zcf.setTestJig(() => harden({ instance }));
Expand All @@ -18,4 +18,3 @@ const start = async zcf => {
};

harden(start);
export { start };

0 comments on commit 64440c9

Please sign in to comment.