refactor: Remove test run and completion logic from new watchers

This commit is contained in:
Faruk AYDIN
2022-10-28 00:46:32 +02:00
parent 3308a44c2b
commit 87fdc02224
2 changed files with 2 additions and 9 deletions

View File

@@ -44,8 +44,4 @@ export default defineTrigger({
async run($) {
await newWatchers($);
},
sort() {
return -1;
},
});