Skip to content

Commit

Permalink
test: Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed Aug 20, 2024
1 parent 4714c8c commit 75d8713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/data/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const baseDir = "./test/outputs";
export const testOutputDir = `${baseDir}/test-figma`;
export const testTempOutputDir = `${testOutputDir}/temp`;
export const testIconsOutputDir = `${testOutputDir}/icons`;
export const testDartOutputDir = `${testOutputDir}/dart`;
export const testTSOutputDir = `${testOutputDir}/ts`;
export const testDartOutputDir = `${testOutputDir}/flutter`;
export const testTSOutputDir = `${testOutputDir}/web`;

export const zdsIntegrationOutputDir = `${baseDir}/zds`;

Expand Down

0 comments on commit 75d8713

Please sign in to comment.