mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-04 10:45:33 -06:00
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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