Skip to content

Commit

Permalink
format(integration-test): let prettier run
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqiPan committed Mar 12, 2024
1 parent 0105434 commit aa2f3e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/agoric-cli/tools/getting-started.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ const dirname = new URL('./', import.meta.url).pathname;
// yarn start:ui

export const gettingStartedWorkflowTest = async (t, options = {}) => {
const {
init: initOptions = [],
} = options;
const { init: initOptions = [] } = options;
const pspawn = makePspawn({ spawn });

// Kill an entire process group.
Expand Down

0 comments on commit aa2f3e7

Please sign in to comment.