Add a menu to Intern's watch mode (#1096), similar to Jest's. This menu will allow users to decide how Intern should react to file updates. Since Intern doesn't yet have a good way to determine intern-file relationships, initial options will be fairly simple, something like:
Run all tests
Run suite files matching glob
Run tests matching regex
The menu will make use of the prompt / response functionality added for #1130.
Add a menu to Intern's watch mode (#1096), similar to Jest's. This menu will allow users to decide how Intern should react to file updates. Since Intern doesn't yet have a good way to determine intern-file relationships, initial options will be fairly simple, something like:
The menu will make use of the prompt / response functionality added for #1130.