IDEMSInternational / open-app-builder

PLH App Frontend
GNU General Public License v3.0
5 stars 24 forks source link

spike: wip mock-fs node 20 fix #2186

Open chrismclarke opened 6 months ago

chrismclarke commented 6 months ago

PR Checklist

Description

Attempt at fixing issue around mockFs incompatibility with node 20

Current draft replaces most fs invocations with promise-based alternatives (suggested to work), however it still doesn't appear that the service methods are calling correctly (still tries to create physical folders which virtual system cannot detect).

Git Issues

Closes #2185

Screenshots/Videos

If useful, provide screenshot or capture to highlight main changes