diff --git a/tests/scenarios/helpers/v2-addon.ts b/tests/scenarios/helpers/v2-addon.ts index 91cbcdeec..754384eca 100644 --- a/tests/scenarios/helpers/v2-addon.ts +++ b/tests/scenarios/helpers/v2-addon.ts @@ -39,11 +39,6 @@ export class DevWatcher { configFile.options.map((options: RollupOptions) => { options.watch = { buildDelay: 20, - // Windows doesn't have a good file-watching mechanism (such as inotify), - // so we need to tell this `DevWatcher` tool to use chokidar's polling feature - chokidar: { - usePolling: true, - }, }; return options; })