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
We have no integration tests around the "watch" functionality (see #3265).
Why? Because it's a pain. You'd have to run a test against some files, then modify a file from the test, then manually kill the child process and assert its output is as expected. Normally we like to use the JSON reporter internally, but this test won't print a single JSON file to STDOUT like the others--it would return multiple files to STDOUT. So we'll have to split up the output and make assertions on both.
The text was updated successfully, but these errors were encountered:
We have no integration tests around the "watch" functionality (see #3265).
Why? Because it's a pain. You'd have to run a test against some files, then modify a file from the test, then manually kill the child process and assert its output is as expected. Normally we like to use the JSON reporter internally, but this test won't print a single JSON file to STDOUT like the others--it would return multiple files to STDOUT. So we'll have to split up the output and make assertions on both.
The text was updated successfully, but these errors were encountered: