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

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