dependabot[bot] 2a4d7851ef Bump pathval from 1.1.0 to 1.1.1 in /test/monaco (#227783) hace 2 semanas
..
dist 4e0de3a8f4 Move workbench workers off EditorWorker (#225796) hace 1 mes
esm-check 5e92794be6 Re-enable running our eslint rules using ts-node (#159495) hace 2 años
.gitignore bd369c638e Add check that the editor's ESM JS files can be loaded in a browser hace 2 años
.mocharc.json 9945754a62 Add editor smoke test (ported from `monaco-editor`) hace 3 años
README.md b5a6aa14a8 feat: switch to npm as default package manager (#226927) hace 2 semanas
core.js cab9713422 Fixes #141994: Address eslint problems hace 2 años
monaco.test.ts 4e0de3a8f4 Move workbench workers off EditorWorker (#225796) hace 1 mes
package-lock.json 2a4d7851ef Bump pathval from 1.1.0 to 1.1.1 in /test/monaco (#227783) hace 2 semanas
package.json bd369c638e Add check that the editor's ESM JS files can be loaded in a browser hace 2 años
runner.js cab9713422 Fixes #141994: Address eslint problems hace 2 años
tsconfig.json 84607a2fe2 Fix some always true/false errors in codebase (#223359) hace 1 mes
webpack.config.js e2670a457f Fixes "_b is not defined" error hace 10 meses

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