void/test/monaco
2025-04-29 00:07:20 -07:00
..
dist init commit 2024-09-10 19:37:36 -07:00
esm-check init commit 2024-09-10 19:37:36 -07:00
.gitignore init commit 2024-09-10 19:37:36 -07:00
.mocharc.json init commit 2024-09-10 19:37:36 -07:00
.npmrc init 2025-02-28 18:01:53 -08:00
core.js rebase from 17baf84 2025-04-29 00:07:20 -07:00
monaco.test.ts init commit 2024-09-10 19:37:36 -07:00
package-lock.json rebase from vscode f35c3823 2024-09-24 04:46:08 +00:00
package.json init commit 2024-09-10 19:37:36 -07:00
README.md feat: swtich to npm as default package manager 2024-09-19 02:22:27 +02:00
runner.js init commit 2024-09-10 19:37:36 -07:00
tsconfig.json init commit 2024-09-10 19:37:36 -07:00
webpack.config.js rebase from 17baf84 2025-04-29 00:07:20 -07:00

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