vscode/test
dependabot[bot] 2a4d7851ef
Bump pathval from 1.1.0 to 1.1.1 in /test/monaco (#227783)
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/chaijs/pathval/releases)
- [Changelog](https://github.com/chaijs/pathval/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chaijs/pathval/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: pathval
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-07 11:43:31 +09:00
..
automation feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
integration feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
leaks feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
monaco Bump pathval from 1.1.0 to 1.1.1 in /test/monaco (#227783) 2024-09-07 11:43:31 +09:00
smoke feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
unit feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
.mocharc.json
README.md Fix supported markdown-lint violations in markdown files (#190750) 2023-08-24 08:37:25 +00:00
cgmanifest.json
package.json add cjs-package.json marker to /test (#221076) 2024-07-08 13:21:02 +02:00

README.md

VSCode Tests

Contents

This folder contains the various test runners for VSCode. Please refer to the documentation within for how to run them:

  • unit: our suite of unit tests (README)
  • integration: our suite of API tests (README)
  • smoke: our suite of automated UI tests (README)