vscode/test/monaco
Alexandru Dima 4b6280aa8c
Skip webkit
2020-12-28 21:53:35 +01:00
..
dist Add editor smoke test (ported from monaco-editor) 2020-12-28 21:44:42 +01:00
.gitignore Add editor smoke test (ported from monaco-editor) 2020-12-28 21:44:42 +01:00
.mocharc.json Add editor smoke test (ported from monaco-editor) 2020-12-28 21:44:42 +01:00
core.js Add editor smoke test (ported from monaco-editor) 2020-12-28 21:44:42 +01:00
monaco.test.ts Add editor smoke test (ported from monaco-editor) 2020-12-28 21:44:42 +01:00
package.json Add editor smoke test (ported from monaco-editor) 2020-12-28 21:44:42 +01:00
README.md Add editor smoke test (ported from monaco-editor) 2020-12-28 21:44:42 +01:00
runner.js Skip webkit 2020-12-28 21:53:35 +01:00
tsconfig.json Add editor smoke test (ported from monaco-editor) 2020-12-28 21:44:42 +01:00
webpack.config.js Add editor smoke test (ported from monaco-editor) 2020-12-28 21:44:42 +01:00
yarn.lock Add editor smoke test (ported from monaco-editor) 2020-12-28 21:44:42 +01: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