You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.post("/repos/pyu/testing-things/issues/1/comments",({ body })=>{
174
-
expect(body).toEqual(outdent`
175
-
### 💥 No Changeset
176
-
177
-
Latest commit: ABCDE
178
-
179
-
Merging this PR will not cause any packages to be released. If these changes should not cause updates to packages in this repo, this is fine 🙂
180
-
181
-
**If these changes should be published to npm, you need to add a changeset.**
182
-
183
-
[Click here to learn what changesets are, and how to add one](https://github.com/Noviny/changesets/blob/master/docs/adding-a-changeset.md).`);
170
+
.post("/repos/changesets/bot/issues/2/comments",({ body })=>{
171
+
// todo better assertion
172
+
expect(body).toContain("Click here to learn what changesets are, and how to add one");
0 commit comments