We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fortunately, this issue was reported here – webpack/watchpack#25.
Fix for the issue is simple. The code below should be added here:
https://github.com/ckeditor/ckeditor5-dev/blob/8feba11aa6908e69141283b2b1fd5e0ea3ff68fe/packages/ckeditor5-dev-tests/lib/tasks/runautomatedtests.js#L91-L92
const now = Date.now() / 1000; const then = now - 5; fs.utimesSync( ENTRY_FILE_PATH, then, then );
The text was updated successfully, but these errors were encountered:
Merge pull request #347 from ckeditor/t/346
1a6b3ad
Fix: Karma will not execute the tests multiple times when works in watch mode. Closes #346.
pomek
No branches or pull requests
Fortunately, this issue was reported here – webpack/watchpack#25.
Fix for the issue is simple. The code below should be added here:
https://github.com/ckeditor/ckeditor5-dev/blob/8feba11aa6908e69141283b2b1fd5e0ea3ff68fe/packages/ckeditor5-dev-tests/lib/tasks/runautomatedtests.js#L91-L92
The text was updated successfully, but these errors were encountered: