File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11// THIS CODE WAS AUTOMATICALLY GENERATED
22// DO NOT EDIT THIS CODE BY HAND
3- // YOU CAN REGENERATE IT USING yarn generate:configs
3+ // YOU CAN REGENERATE IT USING npm run generate:configs
44
55export = {
66 plugins : [ 'testing-library' ] ,
Original file line number Diff line number Diff line change 11// THIS CODE WAS AUTOMATICALLY GENERATED
22// DO NOT EDIT THIS CODE BY HAND
3- // YOU CAN REGENERATE IT USING yarn generate:configs
3+ // YOU CAN REGENERATE IT USING npm run generate:configs
44
55export = {
66 plugins : [ 'testing-library' ] ,
Original file line number Diff line number Diff line change 11// THIS CODE WAS AUTOMATICALLY GENERATED
22// DO NOT EDIT THIS CODE BY HAND
3- // YOU CAN REGENERATE IT USING yarn generate:configs
3+ // YOU CAN REGENERATE IT USING npm run generate:configs
44
55export = {
66 plugins : [ 'testing-library' ] ,
Original file line number Diff line number Diff line change 11// THIS CODE WAS AUTOMATICALLY GENERATED
22// DO NOT EDIT THIS CODE BY HAND
3- // YOU CAN REGENERATE IT USING yarn generate:configs
3+ // YOU CAN REGENERATE IT USING npm run generate:configs
44
55export = {
66 plugins : [ 'testing-library' ] ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const addAutoGeneratedComment = (code: string) =>
1212 [
1313 '// THIS CODE WAS AUTOMATICALLY GENERATED' ,
1414 '// DO NOT EDIT THIS CODE BY HAND' ,
15- '// YOU CAN REGENERATE IT USING yarn generate:configs' ,
15+ '// YOU CAN REGENERATE IT USING npm run generate:configs' ,
1616 '' ,
1717 code ,
1818 ] . join ( '\n' ) ;
You can’t perform that action at this time.
0 commit comments