dw-innovation / dw-kid2-graph-frontend-prototype

dw-kid2-graph-frontend-prototype.vercel.app
MIT License
0 stars 0 forks source link

fix tests #129

Open nikonikoniko opened 2 years ago

nikonikoniko commented 2 years ago

Our refactor has broken the tests. I assume the imports are silly.

We can also set up the tests to: -- test the services and their construction. this would involve mocking them.

tlmn commented 2 years ago

Yes, I think it broke when we did the type refactor and TS didn't complain since it's not checking those testing files. Will fix it.