vscode/test
Benjamin Pasero f09184ceb7
esm - set `type: module` top level (#230210)
2024-10-01 20:48:56 +02:00
..
automation Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) 2024-09-09 22:43:29 -07:00
integration Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) 2024-09-09 22:43:29 -07: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 Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) 2024-09-09 22:43:29 -07:00
unit esm - set `type: module` top level (#230210) 2024-10-01 20:48:56 +02:00
.mocharc.json
README.md
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)