dependabot[bot] 2a4d7851ef Bump pathval from 1.1.0 to 1.1.1 in /test/monaco (#227783) преди 2 седмици
..
dist 4e0de3a8f4 Move workbench workers off EditorWorker (#225796) преди 1 месец
esm-check 5e92794be6 Re-enable running our eslint rules using ts-node (#159495) преди 2 години
.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 b5a6aa14a8 feat: switch to npm as default package manager (#226927) преди 2 седмици
core.js cab9713422 Fixes #141994: Address eslint problems преди 2 години
monaco.test.ts 4e0de3a8f4 Move workbench workers off EditorWorker (#225796) преди 1 месец
package-lock.json 2a4d7851ef Bump pathval from 1.1.0 to 1.1.1 in /test/monaco (#227783) преди 2 седмици
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 84607a2fe2 Fix some always true/false errors in codebase (#223359) преди 1 месец
webpack.config.js e2670a457f Fixes "_b is not defined" error преди 10 месеца

README.md

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