vscode/test/monaco
Robo e178455531
ci: check for clean git state in npm validation (#230479)
2024-10-04 11:04:18 -07:00
..
dist
esm-check
.gitignore
.mocharc.json
.npmrc
README.md
core.js
monaco.test.ts
package-lock.json
package.json
runner.js
tsconfig.json
webpack.config.js

README.md

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