vscode/test/monaco
2021-10-11 18:14:10 +02:00
..
dist
.gitignore Fix monaco checks 2021-01-28 14:48:41 +01:00
.mocharc.json
core.js
monaco.test.ts Switch to deepStrictEqual part of #118667 2021-03-30 12:05:06 -04:00
package.json 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
README.md
runner.js
tsconfig.json
webpack.config.js 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
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