Jasmine required web-test-runner due to karma being deprecated.
web-test-runner's interface with jasmine had several issues, including poor
error reporting. If a test failed, it would silently hang without raising an
exception in the browser.
Mocha + chai allows us to modernize the test suite.
Jasmine required web-test-runner due to karma being deprecated.
web-test-runner's interface with jasmine had several issues, including poor error reporting. If a test failed, it would silently hang without raising an exception in the browser.
Mocha + chai allows us to modernize the test suite.