void/test/monaco
2024-09-10 19:37:36 -07:00
..
dist init commit 2024-09-10 19:37:36 -07:00
esm-check init commit 2024-09-10 19:37:36 -07:00
.gitignore init commit 2024-09-10 19:37:36 -07:00
.mocharc.json init commit 2024-09-10 19:37:36 -07:00
core.js init commit 2024-09-10 19:37:36 -07:00
monaco.test.ts init commit 2024-09-10 19:37:36 -07:00
package.json init commit 2024-09-10 19:37:36 -07:00
README.md init commit 2024-09-10 19:37:36 -07:00
runner.js init commit 2024-09-10 19:37:36 -07:00
tsconfig.json init commit 2024-09-10 19:37:36 -07:00
webpack.config.js init commit 2024-09-10 19:37:36 -07:00
yarn.lock init commit 2024-09-10 19:37:36 -07:00

Monaco Editor Test

This directory contains scripts that are used to smoke test the Monaco Editor distribution.

Setup & Bundle

$test/monaco> yarn $test/monaco> yarn run bundle

Compile and run tests

$test/monaco> yarn run compile $test/monaco> yarn test