Skip to content

Commit

Permalink
Merge pull request #10277 from OfficeDev/aochengwang/workaround-ui-test
Browse files Browse the repository at this point in the history
fix: workaround ui test strict check
  • Loading branch information
a1exwang authored Nov 3, 2023
2 parents 38325a3 + c0560d8 commit 76a5629
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion templates/js/ai-bot/.vscode/launch.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"order": 1
},
"stopAll": true
},
}
]
}
2 changes: 1 addition & 1 deletion templates/js/command-and-response/.vscode/launch.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"order": 1
},
"stopAll": true
},
}
]
}
2 changes: 1 addition & 1 deletion templates/js/default-bot/.vscode/launch.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"order": 1
},
"stopAll": true
},
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"order": 1
},
"stopAll": true
},
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"order": 1
},
"stopAll": true
},
}
]
}
2 changes: 1 addition & 1 deletion templates/js/notification-restify/.vscode/launch.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"order": 1
},
"stopAll": true
},
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"order": 1
},
"stopAll": true
},
}
]
}
2 changes: 1 addition & 1 deletion templates/js/workflow/.vscode/launch.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"order": 1
},
"stopAll": true
},
}
]
}
2 changes: 1 addition & 1 deletion templates/ts/ai-bot/.vscode/launch.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"order": 1
},
"stopAll": true
},
}
]
}
2 changes: 1 addition & 1 deletion templates/ts/command-and-response/.vscode/launch.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"order": 1
},
"stopAll": true
},
}
]
}
2 changes: 1 addition & 1 deletion templates/ts/default-bot/.vscode/launch.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"order": 1
},
"stopAll": true
},
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"order": 1
},
"stopAll": true
},
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"order": 1
},
"stopAll": true
},
}
]
}
2 changes: 1 addition & 1 deletion templates/ts/notification-restify/.vscode/launch.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"order": 1
},
"stopAll": true
},
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"order": 1
},
"stopAll": true
},
}
]
}
2 changes: 1 addition & 1 deletion templates/ts/workflow/.vscode/launch.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
"order": 1
},
"stopAll": true
},
}
]
}

0 comments on commit 76a5629

Please sign in to comment.