Skip to content

Commit

Permalink
chore: Use ExTester 7.3.0 in sample-projects/helloworld-sample (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
djelinek authored Mar 21, 2024
1 parent dd05e28 commit c0fe8c8
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 124 deletions.
194 changes: 73 additions & 121 deletions sample-projects/helloworld-sample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sample-projects/helloworld-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"compile": "tsc -p ./ && npm run lint",
"lint": "eslint src --ext .ts",
"watch": "tsc -watch -p ./",
"ui-test": "extest setup-and-run './out/ui-test/*-test.js' --code_settings settings.json --extensions_dir .test-extensions"
"ui-test": "extest setup-and-run './out/ui-test/*-test.js' --code_version max --code_settings settings.json --extensions_dir .test-extensions"
},
"devDependencies": {
"@types/chai": "^4.3.14",
Expand All @@ -44,6 +44,6 @@
"eslint": "^8.57.0",
"mocha": "^10.3.0",
"typescript": "^5.4.2",
"vscode-extension-tester": "^7.2.0"
"vscode-extension-tester": "^7.3.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ describe('Bottom Bar Example Tests', function () {
view = await bottomBar.openOutputView();

// select a channel that actually has some text in it
await view.selectChannel('Log (Main)');
await view.selectChannel('Main');
});

// check if there is text in the output
Expand Down

0 comments on commit c0fe8c8

Please sign in to comment.