Closed CameronJung closed 2 years ago
It looks like our tests don't like the fact that genres is computed, I'll have to change the computed variables back into regular vue variables that are initialized by a hook. I started doing something else though. Hopefully I can get to this later this afternoon.
If I'm remembering correctly, you have to setup the store getters inside the test to get it to work as expected.
alright I'll try that thanks
Yup that works, although it doesn't seem like it works if the fake store on the tests uses data() instead of state().
Changed implementation to use front end storage