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 use www.schemastore 2025-07-10 18:16:09 +02:00
.npmrc
core.js EditorSimpleWorker -> EditorWebWorker 2025-03-21 10:13:39 +01:00
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 EditorSimpleWorker -> EditorWebWorker 2025-03-21 10:13:39 +01:00

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