void/test/monaco/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
271 B
Markdown
Raw Permalink Normal View History

2024-09-11 02:37:36 +00: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
2024-09-11 02:37:36 +00:00
## Compile and run tests
$test/monaco> npm run compile
$test/monaco> npm run test