Skip to content

Commit 220dc8e

Browse files
committed
chore: Update directory for .yml files to data/
1 parent cd701e5 commit 220dc8e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/test-case-component/src/loadFixture.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ import { generateHtml, SelectionAnchor } from "./generateHtml";
66

77
const fixturesDir = path.join(
88
"../",
9-
"cursorless-vscode-e2e",
10-
"src",
11-
"suite",
9+
"../",
10+
"data",
1211
"fixtures",
1312
"recorded",
1413
);

0 commit comments

Comments
 (0)