Skip to content

Commit

Permalink
docs(typescript-estree): remove defunct Build/Test Commands from READ…
Browse files Browse the repository at this point in the history
…ME (#2650)
  • Loading branch information
sosukesuzuki committed Oct 8, 2020
1 parent 54506f0 commit 03886d7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/typescript-estree/README.md
Expand Up @@ -267,12 +267,6 @@ A couple of years after work on this parser began, the TypeScript Team at Micros

I work closely with the TypeScript Team and we are gradually aligning the AST of this project with the one produced by Babel's parser. To that end, I have created a full test harness to compare the ASTs of the two projects which runs on every PR, please see [the code](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/typescript-estree/tests/ast-alignment) for more details.

## Build/Test Commands

- `npm test` - run all tests
- `npm run unit-tests` - run only unit tests
- `npm run ast-alignment-tests` - run only Babylon AST alignment tests

## Debugging

If you encounter a bug with the parser that you want to investigate, you can turn on the debug logging via setting the environment variable: `DEBUG=typescript-eslint:*`.
Expand Down

0 comments on commit 03886d7

Please sign in to comment.