I am using VSCode to create and manage some Jest tests in a project.
Whenever I start to type test in a clean file, test autocompletes to TestWatcher and VSCode prepends the line import { TestWatcher } from "jest"; to the file.
I am trying to figure out what is causing this to happen and how to either eliminate it or use it efficiently. Web searches yielded pretty vague results.