vscode/test/monaco
2025-11-12 15:26:54 -08:00
..
dist
esm-check Use standard node utils instead of our custom ones 2025-11-12 15:26:54 -08:00
.gitignore
.mocharc.json
.npmrc
core.js
monaco.test.ts add editor a11y playwright tests (#255899) 2025-07-15 05:38:21 +02:00
package-lock.json add editor a11y playwright tests (#255899) 2025-07-15 05:38:21 +02:00
package.json add editor a11y playwright tests (#255899) 2025-07-15 05:38:21 +02:00
README.md
runner.js
tsconfig.json
webpack.config.js

Monaco Editor Test

This directory contains scripts that are used to smoke test the Monaco Editor distribution.

Setup & Bundle

$test/monaco> npm i $test/monaco> npm run bundle

Compile and run tests

$test/monaco> npm run compile $test/monaco> npm run test