test: tighten msteams feedback absence assertion

This commit is contained in:
Peter Steinberger
2026-05-09 02:56:03 +01:00
parent 880c094407
commit b9bd578d7c

View File

@@ -130,7 +130,7 @@ function createFeedbackInvokeContext(params: {
}
async function expectFileMissing(filePath: string) {
await expect(access(filePath)).rejects.toThrow();
await expect(access(filePath)).rejects.toMatchObject({ code: "ENOENT" });
}
async function withFeedbackHandler(params: {