Skip to content

Commit

Permalink
feat: Add originalData to loadFixture.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
trillium committed Mar 25, 2024
1 parent bf79c75 commit 3467420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generate-examples/src/lib/loadFixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export async function loadFixture(folder: string, name: string) {
return {
language: data.languageId,
command: data.command.spokenForm,
originalCommand: data.command.spokenForm,
originalData: data,
during,
before,
after,
Expand Down

0 comments on commit 3467420

Please sign in to comment.