commaai / flash

https://flash.comma.ai
5 stars 17 forks source link

add browser tests #13

Closed incognitojam closed 1 month ago

incognitojam commented 1 year ago

fastboot.js and image.worker.js as-is can't easily be tested with vitest since we use the FileSystem web API, which isn't available in Node (only browser)

will require mocking fastboot device

adeebshihadeh commented 1 month ago

Don't think this is necessary. The flasher doesn't change much.