Skip to content

Commit 150cdfc

Browse files
committed
..
1 parent 5df223f commit 150cdfc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,5 @@ The `parsejs` function takes the following optional arguments:
2424
- `annotate`: If true, parser will initialize `Node.parent`, `Scope.environment`, and `Name.scope`, to simplify subsequent AST analysis. Default is true.
2525

2626

27-
## Testing
28-
29-
We parse [test-262](http://test262.ecmascript.org/) and the [Octane benchmark suite](https://developers.google.com/octane), and compare the resulting AST against the one produced by [Esprima](http://esprima.org/). To run the tests, you must first install [node.js](http://nodejs.org/), then run the following:
30-
```
31-
cd test
32-
npm install
33-
./runtest
34-
```
3527

3628

0 commit comments

Comments
 (0)