We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7106c commit aca14f8Copy full SHA for aca14f8
v-next/hardhat/test/internal/core/tasks/builders.ts
@@ -21,7 +21,7 @@ import {
21
import { ArgumentType } from "../../../../src/types/arguments.js";
22
import { TaskDefinitionType } from "../../../../src/types/tasks.js";
23
24
-describe.only("Task builders", () => {
+describe("Task builders", () => {
25
before(() => {
26
// Make sure we have some reserved names
27
RESERVED_ARGUMENT_NAMES.add("testName1");
0 commit comments