NordicSemiconductor / nrf-intel-hex

Yet another parser for "Intel HEX" files.
BSD 3-Clause "New" or "Revised" License
27 stars 8 forks source link

Convert from using jasmine to use jest to run tests. #13

Closed CoqRogue closed 6 years ago

CoqRogue commented 6 years ago

Swap from Jasmine to Jest to run tests on internal buildservers.

IvanSanchez commented 6 years ago

LGTM. The specRunner.html file also runs the tests in a browser, but only if jasmine is installed. Is it worth to keep jasmine too?

(I wonder if jest can run in a browser too, but that's not really critical right now)

CoqRogue commented 6 years ago

I am not sure when it comes to the jasmine stuff, so I left it in for now. We do want to revisit this in the future I guess.