mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-28 06:31:58 +00:00
| .. | ||
| dist | ||
| esm-check | ||
| .gitignore | ||
| .mocharc.json | ||
| .npmrc | ||
| core.js | ||
| monaco.test.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| runner.js | ||
| tsconfig.json | ||
| webpack.config.js | ||
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