vscode/test/monaco
dependabot[bot] 2a4d7851ef
Bump pathval from 1.1.0 to 1.1.1 in /test/monaco (#227783)
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/chaijs/pathval/releases)
- [Changelog](https://github.com/chaijs/pathval/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chaijs/pathval/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: pathval
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-07 11:43:31 +09:00
..
dist Move workbench workers off EditorWorker (#225796) 2024-08-20 14:00:18 +02:00
esm-check
.gitignore
.mocharc.json
README.md feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
core.js
monaco.test.ts Move workbench workers off EditorWorker (#225796) 2024-08-20 14:00:18 +02:00
package-lock.json Bump pathval from 1.1.0 to 1.1.1 in /test/monaco (#227783) 2024-09-07 11:43:31 +09:00
package.json
runner.js
tsconfig.json Fix some always true/false errors in codebase (#223359) 2024-07-30 15:37:27 -07:00
webpack.config.js Fixes "_b is not defined" error 2023-11-15 16:53:00 +01:00

README.md

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