vscode/test/monaco/README.md
mxwj 018ff30de3
Some checks failed
Monaco Editor checks / Monaco Editor checks (push) Has been cancelled
Initial commit
2024-11-15 14:29:18 +08:00

14 lines
271 B
Markdown

# 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