Move incorrectly named helpers.test.ts

This commit is contained in:
Koen Vlaswinkel
2023-06-12 15:33:12 +02:00
parent 00240e56f4
commit ccf38a98fb

View File

@@ -1,4 +1,4 @@
import { reportStreamProgress } from "../../../src/common/vscode/progress";
import { reportStreamProgress } from "../../../../../src/common/vscode/progress";
describe("helpers", () => {
it("should report stream progress", () => {