1db13fdf3e
- Fix tsc and tslint errors. - Add rollup configurations. - Pass `--exit` to Mocha. The old `unit` run script does the same to force Mocha to exit after tests complete running. Our tests hold onto active timers at the end so without this option Mocha will not exit until after 45 minutes. See https://github.com/Azure/azure-event-hubs-node/issues/188 for more details. Also increasing test timeout. - Bump package versions. - Remove usage of `path-browserify`. According to https://github.com/browserify/path-browserify#install, Node.js has `path` built-in, and for browsers, bundlers like browserify or webpack include the `path-browserify` module by default. - Upgrade `nyc` to fix the npm audit warning. |
||
---|---|---|
.. | ||
launch.json | ||
settings.json |