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

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