Closed dotNomad closed 3 months ago
Totally unrelated to the code but is this /vi:.tεst/ or /vit.εst/ (testing vi or the most vit?)
Totally unrelated to the code but is this /vi:.tεst/ or /vit.εst/
I've heard and have been saying it as /vi:.tεst/ - Vee Test. Unfortunately their getting started doesn't have a pronunciation clip right at the start 😆
This PR adds the beginnings of test infrastructure, in Vitest, for our Vue Home webview view
Type of Change
Approach
The approach here was to identify some utilities that didn't require much work at all to begin testing, and grab a core piece of code - in this case the
HostConduitService
and get some more complicated tests in place.This sets up how we can use the Home store, the HostConduitService, and sending some messages (using Mocks where needed)