SolomonDefi / solomon-monorepo

Monorepo containing core Solomon apps, services, libraries, and deploy config.
6 stars 3 forks source link

Move test-only functions to a stand alone lib #150

Open apolkingg8 opened 2 years ago

apolkingg8 commented 2 years ago

https://github.com/SolomonDefi/solomon-monorepo/pull/131#discussion_r742588423

beefho67 commented 2 years ago

Hi @apolkingg8 , what is the scope of those test-only functions? Can you elaborate? Thanks.

apolkingg8 commented 2 years ago

Hi @apolkingg8 , what is the scope of those test-only functions? Can you elaborate? Thanks.

Sure. Test-only function means the function only used in test files (.spec.ts), not in the app itself. Currently, we only have one or two test-only functions, so just open this issue as a reminder until we need to refactor them.