You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.
However, probably, it'd be better to make karma-mocha not dependent on correct behavior of 3rd party frameworks.
For example, karma-jasmine fetches config directly from karma object: https://github.com/karma-runner/karma-jasmine/blob/v1.1.0/src/adapter.js#L324. Is it possible to implement a similar scheme for karma-mocha?
The text was updated successfully, but these errors were encountered:
Example project: https://github.com/tongrhj/karma-test/tree/cf4d63f6c91bd573adf224b626d2b96fce28488a
Steps to reproduce:
All tests are run unexpectedly.
Caused by executing
karma.start()
without passing config: https://github.com/kmees/karma-sinon-chai/blob/49b33ed97984dcadd87788606ca2131a7a0700da/chai-adapter.js#L17Can be fixed on karma-sinon-chai side with
However, probably, it'd be better to make karma-mocha not dependent on correct behavior of 3rd party frameworks.
For example, karma-jasmine fetches
config
directly fromkarma
object: https://github.com/karma-runner/karma-jasmine/blob/v1.1.0/src/adapter.js#L324. Is it possible to implement a similar scheme for karma-mocha?The text was updated successfully, but these errors were encountered: