vscode/test/monaco
Martin Aeschlimann 56b0088dce
update vscode-test-web (#201187)
* update vscode-test-web

* add @playwright/browser-chromium

* add skipLibCheck

* add skipLibCheck

* use esnext

* cleanup
2023-12-19 16:03:03 +01:00
..
dist
esm-check
.gitignore
.mocharc.json
core.js
monaco.test.ts
package.json
README.md
runner.js
tsconfig.json update vscode-test-web (#201187) 2023-12-19 16:03:03 +01:00
webpack.config.js Fixes "_b is not defined" error 2023-11-15 16:53:00 +01:00
yarn.lock

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