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
Karma will detect file change, automatically rerun tests with --auto-watch option, and changes will be reflected in the test output.
Actual behaviour
Saving changes to a test file triggers tests to rerun but changes are not reflected. Saving the test file a second time (without making changes) triggers tests to rerun again, this time with changes reflected.
Saving changes to a source file triggers tests to rerun but changes are not reflected. Only saving a test file will result in changes to a source file being reflected.
Expected behaviour
--auto-watch
option, and changes will be reflected in the test output.Actual behaviour
Environment Details
karma --version
): 3.1.3karma.config.js
file: See css-vars-ponyfill/karma.confSteps to reproduce the behaviour
npm run dev
. This runs both the build and test tasks in watch mode./tests
directory. Notice the file has to be saved twice in order for changes to be reflected./src
directory. Notice the changes are not reflected until a file in/tests
is saved.npm i -D karma@3.1.1
The text was updated successfully, but these errors were encountered: