vscode/test/monaco
Robo e178455531
ci: check for clean git state in npm validation (#230479)
2024-10-04 11:04:18 -07:00
..
dist Move workbench workers off EditorWorker (#225796) 2024-08-20 14:00:18 +02:00
esm-check Re-enable running our eslint rules using ts-node (#159495) 2022-08-30 08:40:04 +02:00
.gitignore Add check that the editor's ESM JS files can be loaded in a browser 2022-01-25 15:19:30 +01:00
.mocharc.json Add editor smoke test (ported from `monaco-editor`) 2020-12-28 21:44:42 +01:00
.npmrc ci: check for clean git state in npm validation (#230479) 2024-10-04 11:04:18 -07:00
README.md feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
core.js Fixes #141994: Address eslint problems 2022-02-02 13:18:12 +01:00
monaco.test.ts Move workbench workers off EditorWorker (#225796) 2024-08-20 14:00:18 +02:00
package-lock.json Bump pathval from 1.1.0 to 1.1.1 in /test/monaco (#227783) 2024-09-07 11:43:31 +09:00
package.json Add check that the editor's ESM JS files can be loaded in a browser 2022-01-25 15:19:30 +01:00
runner.js Fixes #141994: Address eslint problems 2022-02-02 13:18:12 +01:00
tsconfig.json Fix some always true/false errors in codebase (#223359) 2024-07-30 15:37:27 -07:00
webpack.config.js Fixes "_b is not defined" error 2023-11-15 16:53:00 +01:00

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