generated from lifeart/els-a11y-addon
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
els-component-extraction-addon/index.js
Line 52 in 96dc0e9
await new Promise((resolve) => setTimeout(resolve, 2000)); |
type Watcher = (uri: string, change: FileChangeType) => any;
project.addWatcher(fn: Watcher);
we need to wait for watcher called with expected paths with some reasonable timeout (5s)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed