Move more files to test/unit

This commit is contained in:
Alex Dima
2020-02-07 12:21:30 +01:00
parent 4afd61c29f
commit 2e7c169024
4 changed files with 8 additions and 4 deletions

View File

@@ -26,6 +26,10 @@ You can run tests inside a browser instance too:
node test\unit\browser\index.js
## Run (with node)
yarn run mocha --run src/vs/editor/test/browser/controller/cursor.test.ts
## Debug
To debug tests use `--debug` when running the test script. Also, the set of tests can be reduced with the `--run` and `--runGlob` flags. Both require a file path/pattern. Like so: