Tetsuharu Ohzeki 2023-07-11 06:10:00 +09:00
parent 6f2e8aaba6
commit 445b4fc27f
18 changed files with 52 additions and 37 deletions

View file

@ -1,6 +1,6 @@
import * as assert from "assert";
import { Cargo } from "../../src/toolchain";
import { Context } from ".";
import type { Context } from ".";
export async function getTests(ctx: Context) {
await ctx.suite("Launch configuration/Lens", (suite) => {