We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ccccab commit 12c2d53Copy full SHA for 12c2d53
test/project.test.ts
@@ -5,7 +5,5 @@ import path from "path";
5
import { useEnvironment } from "./helpers";
6
7
describe("Integration tests", function () {
8
- it("able to run task from hre", async function () {
9
-
10
- })
+ it("able to run task from hre", async function () {});
11
});
0 commit comments