Skip to content

Commit

Permalink
fixes add node test
Browse files Browse the repository at this point in the history
  • Loading branch information
GabiGrin committed Jan 20, 2024
1 parent 840ea96 commit bb9e739
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ import * as vscode from "vscode";
import * as path from "path";
import { webviewTestingCommand } from "./testUtils";
import assert = require("assert");
import { delay, eventually } from "@flyde/core";
import { eventually } from "@flyde/core";
import { getTemplates } from "../templateUtils";

mocha.retries(3);

suite("Extension Test Suite", () => {
test("Loads test flow and renders instance views", async () => {
const testFile = vscode.Uri.file(
Expand Down

0 comments on commit bb9e739

Please sign in to comment.