ArboreumDev / credit-union-frontend

Frontend in Next.js + Typescript + GraphQL
https://frontend-two-sandy.vercel.app
1 stars 0 forks source link

Cleanup db #175

Closed gparuthi closed 3 years ago

gparuthi commented 3 years ago

We are not using many tables in the current db schema. Let's cleanup and make it prod ready.

djudjuu commented 3 years ago

Also I think we need to verify that it works with swarmai...its a good box :)

gparuthi commented 3 years ago

the failing test is caused because its expect-statement still includes the amount we added with the set-balance command. if we adjust that to be previousBalance + 42, we should be fine. Otherwise this looks all good.

fixed it