vscode/test/monaco
mxwj 018ff30de3
Some checks failed
Monaco Editor checks / Monaco Editor checks (push) Has been cancelled
Initial commit
2024-11-15 14:29:18 +08:00
..
dist Initial commit 2024-11-15 14:29:18 +08:00
esm-check Initial commit 2024-11-15 14:29:18 +08:00
.gitignore Initial commit 2024-11-15 14:29:18 +08:00
.mocharc.json Initial commit 2024-11-15 14:29:18 +08:00
.npmrc Initial commit 2024-11-15 14:29:18 +08:00
core.js Initial commit 2024-11-15 14:29:18 +08:00
monaco.test.ts Initial commit 2024-11-15 14:29:18 +08:00
package-lock.json Initial commit 2024-11-15 14:29:18 +08:00
package.json Initial commit 2024-11-15 14:29:18 +08:00
README.md Initial commit 2024-11-15 14:29:18 +08:00
runner.js Initial commit 2024-11-15 14:29:18 +08:00
tsconfig.json Initial commit 2024-11-15 14:29:18 +08:00
webpack.config.js Initial commit 2024-11-15 14:29:18 +08: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