mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 00:09:30 +01:00
Needed since https://github.com/microsoft/vscode/pull/298920 snuck in which brought back webpack for the github extension
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