Martin Aeschlimann 56b0088dce update vscode-test-web (#201187) 5 months ago
..
dist 9945754a62 Add editor smoke test (ported from `monaco-editor`) 3 years ago
esm-check 5e92794be6 Re-enable running our eslint rules using ts-node (#159495) 1 year ago
.gitignore bd369c638e Add check that the editor's ESM JS files can be loaded in a browser 2 years ago
.mocharc.json 9945754a62 Add editor smoke test (ported from `monaco-editor`) 3 years ago
README.md 7ef754c2f6 Fix supported markdown-lint violations in markdown files (#190750) 9 months ago
core.js cab9713422 Fixes #141994: Address eslint problems 2 years ago
monaco.test.ts 9ac90beb07 Always report monaco loading errors 6 months ago
package.json bd369c638e Add check that the editor's ESM JS files can be loaded in a browser 2 years ago
runner.js cab9713422 Fixes #141994: Address eslint problems 2 years ago
tsconfig.json 56b0088dce update vscode-test-web (#201187) 5 months ago
webpack.config.js e2670a457f Fixes "_b is not defined" error 6 months ago
yarn.lock 898c759f85 Fail the build when webpack has bundling warnings (early prevention of issues like microsoft/monaco-editor#2691) 2 years ago

README.md

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