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