mpyw / axios-case-converter

Axios transformer/interceptor that converts snake_case/camelCase
MIT License
160 stars 18 forks source link

Fix CI issues #36

Closed davidfishlock closed 3 years ago

davidfishlock commented 3 years ago

I tracked the CI issues down to linux incompatibility of the vblob polyfill that was being used in the tests. This was causing file system errors during the test runs on linux machines which in turn caused unhandled promise rejections and process termination on Node 15.

Replacing this with blob-polyfill appears to remove the underlying file access errors on Linux and resolve the build failures.