Skip to content

Commit f72f0ff

Browse files
committed
mention to test marix in readme
1 parent 497c2ab commit f72f0ff

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -216,23 +216,28 @@ If you use NodeJS and/or webpack, their module resolvers use the suitable one au
216216

217217
## Maintenance
218218

219-
## CI
219+
## Testing
220220

221-
See [.travis.yml](./.travis.yml) for details.
221+
test matrix:
222+
223+
* WebAssembly availability
224+
* `WASM=force` / `WASM=never`
225+
* TypeScript targets
226+
* `target=es2019` / `target=es5`
227+
* JavaScript engines
228+
* NodeJS, borwsers (Chrome, Firefox, Safari, IE11)
229+
230+
See [test:* in package.json](./package.json) and [.travis.yml](./.travis.yml) for details.
222231

223232
### Relase Engineering
224233

225234
```console
226235
# run tests on NodeJS, Chrome, and Firefox
227-
make test
236+
make test-all
228237

229238
# edit the changelog
230239
code CHANGELOG.md
231240

232-
# prepare release engineering
233-
npm version major|minor|patch
234-
git push origin master
235-
236241
# run the publishing task
237242
make publish
238243
```

0 commit comments

Comments
 (0)