Skip to content

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishbowler committed Jan 13, 2025
1 parent 7d63335 commit d45965c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@
},
"devDependencies": {
"@types/chai": "^5.0.1",
"@types/js-yaml": "^4.0.9",
"@types/mocha": "^10.0.10",
"@types/node": "20.x",
"@types/vscode": "^1.61.0",
Expand Down
1 change: 0 additions & 1 deletion src/provider/treeView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export class MaestroWorkBenchTreeViewProvider implements vscode.TreeDataProvider
}

private analyzeDependencies(filePaths: string[]): void {
console.log('Analyzing dependencies');
this.dependencyMap.clear();

filePaths.forEach((filePath) => {
Expand Down
18 changes: 5 additions & 13 deletions tests/examples/extreme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,22 +87,14 @@ onFlowComplete:

- hideKeyboard

- inputRandomEmail

- inputRandomEmail

- inputRandomNumber

# https://github.com/Mastersam07/maestro-workbench/issues/27
#- inputRandomEmail
#- inputRandomEmail
#- inputRandomNumber
#- inputRandomNumber:
# length: 4

# https://github.com/Mastersam07/maestro-workbench/issues/26
- inputRandomPersonName

- inputRandomText

# https://github.com/Mastersam07/maestro-workbench/issues/23
#- inputRandomPersonName
#- inputRandomText
#- inputRandomText:
# length: 4

Expand Down

0 comments on commit d45965c

Please sign in to comment.