2022-06-14 14:37:10 +08:00
|
|
|
# Monaco Editor Test
|
|
|
|
|
|
|
|
This directory contains scripts that are used to smoke test the Monaco Editor distribution.
|
|
|
|
|
|
|
|
## Setup & Bundle
|
|
|
|
|
2024-04-30 20:57:13 +08:00
|
|
|
$test/monaco> yarn
|
|
|
|
$test/monaco> yarn run bundle
|
2022-06-14 14:37:10 +08:00
|
|
|
|
|
|
|
## Compile and run tests
|
|
|
|
|
2024-04-30 20:57:13 +08:00
|
|
|
$test/monaco> yarn run compile
|
|
|
|
$test/monaco> yarn test
|