зеркало из
1
0
Форкнуть 0
azure-event-hubs-node/.vscode
Jeremy Meng 1db13fdf3e Apply build configuration from template for EPH
- 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.
2019-02-15 00:03:03 +00:00
..
launch.json Apply build configuration from template for EPH 2019-02-15 00:03:03 +00:00
settings.json Apply build configuration from sdk template to client 2019-02-14 23:55:23 +00:00