@Jetbrains, my Jest test file watcher is continuously triggering while I type. Where can I configure @intellijidea to only trigger file changes when I press save, not while typing?
some third-party plugins can be responsible for auto-saving - e.g. SonarLint and ESLint plugins save files on typing to run analysis on changes. If you are using Flow type checker, try disabling 'Save all modified files automatically' option.