zerodevapp / kernel

https://docs.zerodev.app/
MIT License
174 stars 61 forks source link

fix: use absolute imports to fix forge coverage #38

Closed 0xca11 closed 11 months ago

0xca11 commented 12 months ago

When Kernel is used as a dependency on a project, that project's forge coverage might fail to run because of a dependency resolution issue when relative import paths are used. This should fix the same issue other projects may have or might run into.

leekt commented 11 months ago

thanks :) didn't noticed that, i'll test it out

0xca11 commented 11 months ago

Sounds good, thank you!