Module: libs/common/testUtil/runTestSubset
Variables
TEST_SUBSET_GREP_STRING
• TEST_SUBSET_GREP_STRING: "snippets"
The grep string to pass to Mocha when running a subset of tests. This grep string will be used with the "Run Single Extension Test" launch configuration. See https://mochajs.org/#-grep-regexp-g-regexp for supported syntax
Defined in
libs/common/testUtil/runTestSubset.ts:7
Functions
runTestSubset
▸ runTestSubset(): boolean
Determine whether we should run just the subset of the tests specified by TEST_SUBSET_GREP_STRING.
Returns
boolean
true
if we are using the run test subset launch config
Defined in
libs/common/testUtil/runTestSubset.ts:14