Skip to content

Commit d244817

Browse files
committed
chore: Update fixturesDir to point correctly
1 parent a20064d commit d244817

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/generate-examples/src/lib/loadFixture.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ import { buildSpokenForm } from './buildSpokenForm';
66
import { generateHtml, SelectionAnchor } from './generateHtml';
77

88
const fixturesDir = path.join(
9-
'../../../packages',
9+
'../',
1010
'cursorless-vscode-e2e',
11+
'src',
1112
'suite',
1213
'fixtures',
1314
'recorded'

0 commit comments

Comments
 (0)