Skip to content

Commit 593b966

Browse files
committed
[doc] Remove reference to a script that no longer existing
1 parent 9d10e6f commit 593b966

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,11 @@ EE.removeListener('another-event', emitted, context);
7474

7575
### Tests and benchmarks
7676

77-
This module is well tested. You can run:
78-
79-
- `npm test` to run the tests under Node.js.
80-
- `npm run test-browser` to run the tests in real browsers via Sauce Labs.
81-
82-
We also have a set of benchmarks to compare EventEmitter3 with some available
83-
alternatives. To run the benchmarks run `npm run benchmark`.
77+
To run tests run `npm test`. To run the benchmarks run `npm run benchmark`.
8478

8579
Tests and benchmarks are not included in the npm package. If you want to play
86-
with them you have to clone the GitHub repository.
87-
Note that you will have to run an additional `npm i` in the benchmarks folder
88-
before `npm run benchmark`.
80+
with them you have to clone the GitHub repository. Note that you will have to
81+
run an additional `npm i` in the benchmarks folder before `npm run benchmark`.
8982

9083
## License
9184

0 commit comments

Comments
 (0)