build icon indicating copy to clipboard operation
build copied to clipboard

Refactor netlify/build tests to remove circular depndency through the test helpers

Open lukasholzer opened this issue 1 year ago • 0 comments

currently it is impossible to do a partial migration to typescript from small packages as every tests introduces circular dependencies through packages/build/tests/helpers/config.js

https://github.com/netlify/build/blob/main/packages/build/tests/helpers/config.js#L8

This needs to be done first before continuing on the typescript migration

lukasholzer avatar Sep 08 '22 13:09 lukasholzer