vscode/test/monaco
2022-02-02 13:18:12 +01:00
..
dist Add editor smoke test (ported from monaco-editor) 2020-12-28 21:44:42 +01:00
esm-check Fixes #141994: Address eslint problems 2022-02-02 13:18:12 +01: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
core.js Fixes #141994: Address eslint problems 2022-02-02 13:18:12 +01:00
monaco.test.ts 🆙 playwright@1.18 (#140767) 2022-01-15 09:35:39 +01: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
README.md Add editor smoke test (ported from monaco-editor) 2020-12-28 21:44:42 +01:00
runner.js Fixes #141994: Address eslint problems 2022-02-02 13:18:12 +01:00
tsconfig.json Add editor smoke test (ported from monaco-editor) 2020-12-28 21:44:42 +01:00
webpack.config.js Fixes #141994: Address eslint problems 2022-02-02 13:18:12 +01:00
yarn.lock Fail the build when webpack has bundling warnings (early prevention of issues like microsoft/monaco-editor#2691) 2021-10-11 18:14:10 +02:00

Monaco Editor Test

This directory contains scripts that are used to smoke test the Monaco Editor distribution.

Setup & Bundle

$test/monaco> yarn
$test/monaco> yarn run bundle

Compile and run tests

$test/monaco> yarn run compile
$test/monaco> yarn test