In certain build environments we want to be able to exclude tests that make external connections. This changes adds an [External] prefix to the two test suites that make external connections, and uses the -i --fgrep mocha CLI options to exclude these tests.
In certain build environments we want to be able to exclude tests that make external connections. This changes adds an
[External]
prefix to the two test suites that make external connections, and uses the-i --fgrep
mocha CLI options to exclude these tests.