Skip to content

Commit c856215

Browse files
zoeyTMgalargh
andcommitted
Rename variable copied from run task
Co-authored-by: Piotr Galar <[email protected]>
1 parent 6d0bc46 commit c856215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v-next/hardhat-node-test-runner/src/task-action.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async function hasTypescriptConfig(): Promise<boolean> {
4545
return hhConfig !== undefined;
4646
}
4747

48-
const runScriptWithHardhat: NewTaskActionFunction<TestActionArguments> = async (
48+
const testWithHardhat: NewTaskActionFunction<TestActionArguments> = async (
4949
{ testFiles, only },
5050
hre,
5151
) => {
@@ -74,4 +74,4 @@ const runScriptWithHardhat: NewTaskActionFunction<TestActionArguments> = async (
7474
run({ files, only }).compose(hardhatTestReporter).pipe(process.stdout);
7575
};
7676

77-
export default runScriptWithHardhat;
77+
export default testWithHardhat;

0 commit comments

Comments
 (0)