testing: clean up nits

- rename TestController.createRunConfiguration to .createRunProfile, and associated types
- rename TestItemCollection.remove to TestItemCollection.delete
This commit is contained in:
Connor Peet
2021-07-15 14:22:57 -07:00
parent 8a0f4763b1
commit 42c268a626
27 changed files with 415 additions and 413 deletions

View File

@@ -205,7 +205,7 @@ export const createTestItemCollection = (owningItem: TestItemImpl):
},
/** @inheritdoc */
remove(id: string) {
delete(id: string) {
if (mapped.delete(id)) {
all = undefined;
api.listener?.({ op: ExtHostTestItemEventOp.RemoveChild, id });