File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,10 @@ cases(
138138 args : [ '--testCommand' , '--config' , 'some-config.js' ] ,
139139 } ,
140140 'overrides built-in test command with --testCommand' : {
141- args : [ '--testCommand' , '" yarn test:custom --findRelatedTests foo.js" ' ] ,
141+ args : [ '--testCommand' , 'yarn test:custom --findRelatedTests foo.js' ] ,
142142 } ,
143143 'overrides built-in test command with --test-command' : {
144- args : [ '--test-command' , '" yarn test:custom --findRelatedTests foo.js" ' ] ,
144+ args : [ '--test-command' , 'yarn test:custom --findRelatedTests foo.js' ] ,
145145 } ,
146146 'overrides built-in test command with --testCommand and forwards args' : {
147147 args : [
@@ -154,15 +154,15 @@ cases(
154154 args : [
155155 '--verbose' ,
156156 '--test-command' ,
157- '" yarn test:custom --findRelatedTests foo.js" ' ,
157+ 'yarn test:custom --findRelatedTests foo.js' ,
158158 ] ,
159159 } ,
160160 'disables DocToc, overrides built-in test command, and forwards args' : {
161161 args : [
162162 '--verbose' ,
163163 '--no-toc' ,
164164 '--test-command' ,
165- '" yarn test:custom --findRelatedTests foo.js" ' ,
165+ 'yarn test:custom --findRelatedTests foo.js' ,
166166 '--some-other-arg' ,
167167 ] ,
168168 } ,
You can’t perform that action at this time.
0 commit comments