Skip to content

Commit 3467420

Browse files
committed
feat: Add originalData to loadFixture.ts
1 parent bf79c75 commit 3467420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export async function loadFixture(folder: string, name: string) {
7171
return {
7272
language: data.languageId,
7373
command: data.command.spokenForm,
74-
originalCommand: data.command.spokenForm,
74+
originalData: data,
7575
during,
7676
before,
7777
after,

0 commit comments

Comments
 (0)