diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-27 09:42:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-27 09:42:52 +0000 |
| commit | edcd0b1f62da19c9a7a197fa982c9b19dcfd62f2 (patch) | |
| tree | b858ebc67309aa6a4cf043584555d6d47c18cb64 /docs/dev | |
| parent | 91b2f0baafa5fe1827ed13c56721b5f505564e7c (diff) | |
| parent | 7d80a49e8956d13151b7db2d15b779e4015f25db (diff) | |
| download | rust-edcd0b1f62da19c9a7a197fa982c9b19dcfd62f2.tar.gz rust-edcd0b1f62da19c9a7a197fa982c9b19dcfd62f2.zip | |
Merge #5528
5528: README: Add some instructions for running typescript tests and linter. r=matklad a=davidlattimore Co-authored-by: David Lattimore <dml@google.com>
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md index 2bb2f75bdf2..417352c9ddc 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md @@ -369,6 +369,16 @@ env UPDATE_EXPECT=1 cargo qt After adding a new inline test you need to run `cargo xtest codegen` and also update the test data as described above. +## TypeScript Tests + +If you change files under `editors/code` and would like to run the tests and linter, install npm and run: + +```bash +cd editors/code +npm ci +npm run lint +``` + # Logging Logging is done by both rust-analyzer and VS Code, so it might be tricky to |
