Skip to content

fix: cpSync the asset directory#57

Merged
WilcoFiers merged 1 commit into
mainfrom
fx-extra-fix
Jun 10, 2026
Merged

fix: cpSync the asset directory#57
WilcoFiers merged 1 commit into
mainfrom
fx-extra-fix

Conversation

@WilcoFiers

Copy link
Copy Markdown
Member

Comment thread src/build-examples.ts
if (testAssetsDir) {
const targetDir = path.resolve(assetsPath, "test-assets");
fs.copyFileSync(testAssetsDir, targetDir);
fs.cpSync(testAssetsDir, targetDir, { recursive: true });

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @WilcoFiers I applied this same patch locally, and then run the script, which accidentally committed the changes. I am not sure there are that many changes to the test cases since we last published.

@daniel-montalvo daniel-montalvo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @WilcoFiers for working on this. Approving. Related to my earlier comment about the unexpected changes to test cases, I guess we'll wait and see and if there's something wrong with those we'll comment on the WAI pr publication.

@WilcoFiers WilcoFiers merged commit db70d81 into main Jun 10, 2026
1 check passed
@WilcoFiers WilcoFiers deleted the fx-extra-fix branch June 10, 2026 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants