vscode/test/monaco
2025-07-15 05:38:21 +02:00
..
dist
esm-check
.gitignore
.mocharc.json use www.schemastore 2025-07-10 18:16:09 +02:00
.npmrc ci: check for clean git state in npm validation (#230479) 2024-10-04 11:04:18 -07:00
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