Skip to content

Commit

Permalink
Rename variable copied from run task
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Galar <piotr.galar@gmail.com>
  • Loading branch information
zoeyTM and galargh committed Aug 14, 2024
1 parent 6d0bc46 commit c856215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v-next/hardhat-node-test-runner/src/task-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async function hasTypescriptConfig(): Promise<boolean> {
return hhConfig !== undefined;
}

const runScriptWithHardhat: NewTaskActionFunction<TestActionArguments> = async (
const testWithHardhat: NewTaskActionFunction<TestActionArguments> = async (
{ testFiles, only },
hre,
) => {
Expand Down Expand Up @@ -74,4 +74,4 @@ const runScriptWithHardhat: NewTaskActionFunction<TestActionArguments> = async (
run({ files, only }).compose(hardhatTestReporter).pipe(process.stdout);
};

export default runScriptWithHardhat;
export default testWithHardhat;

0 comments on commit c856215

Please sign in to comment.