mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Revert change to unit test runner grep option (#16980)
This commit is contained in:
@@ -296,10 +296,9 @@ function runTests(opts) {
|
||||
}
|
||||
|
||||
return loadTests(opts).then(() => {
|
||||
|
||||
if (opts.grep) {
|
||||
// {{SQL CARBON EDIT}}
|
||||
mocha.grep(new RegExp(opts.grep));
|
||||
mocha.grep(opts.grep);
|
||||
// {{SQL CARBON EDIT}} Add invert option
|
||||
if (opts.invert) {
|
||||
mocha.invert();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user