You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the mocking of the filesystem doesn't work
Expected Behavior
Tests run without failure
Current Behavior
A lot of test fail with an error
● roadiehq:utils:fs:write › should put path on the output property
ENOENT: no such file or directory, open '/Users/daniel.kopp/projects/aoe/roadie-backstage-plugins/plugins/scaffolder-actions/scaffolder-backend-module-utils/fake-tmp-dir/fake-file.yaml'
...
FAIL src/actions/zip.test.ts
● roadiehq:utils:zip › should create a zip file called 'outputPath' from the given 'path'
InputError: File folder-to-be-zipped does not exist. Can't zip it.
Steps to Reproduce
Change to node 20, run tests from root.
nvm use 20
yrn test:all
Possible Solution
Context
trying to run the test with node 20
Your Environment
@backstage/plugin-catalog-react version: 1.12.3
@backstage/integration version: 1.14.0
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
It seems that the mocking of the filesystem doesn't work
Expected Behavior
Tests run without failure
Current Behavior
A lot of test fail with an error
Steps to Reproduce
Change to node 20, run tests from root.
Possible Solution
Context
trying to run the test with node 20
Your Environment
@backstage/plugin-catalog-react
version: 1.12.3@backstage/integration
version: 1.14.0The text was updated successfully, but these errors were encountered: