File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,10 @@ cases(
138
138
args : [ '--testCommand' , '--config' , 'some-config.js' ] ,
139
139
} ,
140
140
'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' ] ,
142
142
} ,
143
143
'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' ] ,
145
145
} ,
146
146
'overrides built-in test command with --testCommand and forwards args' : {
147
147
args : [
@@ -154,15 +154,15 @@ cases(
154
154
args : [
155
155
'--verbose' ,
156
156
'--test-command' ,
157
- '" yarn test:custom --findRelatedTests foo.js" ' ,
157
+ 'yarn test:custom --findRelatedTests foo.js' ,
158
158
] ,
159
159
} ,
160
160
'disables DocToc, overrides built-in test command, and forwards args' : {
161
161
args : [
162
162
'--verbose' ,
163
163
'--no-toc' ,
164
164
'--test-command' ,
165
- '" yarn test:custom --findRelatedTests foo.js" ' ,
165
+ 'yarn test:custom --findRelatedTests foo.js' ,
166
166
'--some-other-arg' ,
167
167
] ,
168
168
} ,
You can’t perform that action at this time.
0 commit comments