Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit f98b78d

Browse files
committed
update test documentation
1 parent 66f8bb6 commit f98b78d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,11 @@ _Also, please don't edit files in the "dist" subdirectory as they are generated
124124
## Testing
125125

126126
- `npm run test:node` will use node to to run the tests
127-
- `npm run test:browsers` will use karma to run the tests
128-
- `npm run test:browsers:perf` will use karma to run benchmarks
129-
- `npm test` run `npm run test:node && npm run test:browsers`
127+
- `npm run test:browser` will run `npm run test:browser-6to5` and `npm run test:browser-traceur`
128+
- `npm run test:browser-[parser]` use karma to run the tests with traceur or 6to5.
129+
- `npm run test:browser:perf` will use karma to run benchmarks
130130

131-
`npm run test:browsers` supports options after a double dash (`--`) :
131+
`npm run test:browser-[parser]` supports options after a double dash (`--`) :
132132

133133
- You can use the `--polyfill` option to test the code with polyfill.
134134

0 commit comments

Comments
 (0)