2a4d7851ef
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> |
||
---|---|---|
.. | ||
dist | ||
esm-check | ||
.gitignore | ||
.mocharc.json | ||
README.md | ||
core.js | ||
monaco.test.ts | ||
package-lock.json | ||
package.json | ||
runner.js | ||
tsconfig.json | ||
webpack.config.js |
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