Skip to content

Commit eac6dc8

Browse files
authored
fix(audits): inconsistency between D6D5 and 6A70 (#147)
1 parent 38c3a7c commit eac6dc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/audits/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ export function serverAudits(opts: ServerAuditOptions): Audit[] {
474474
},
475475
});
476476
ressert(res).status.toBe(200);
477+
await ressert(res).bodyAsExecutionResult.notToHaveProperty('errors');
477478
},
478479
),
479480
audit(

0 commit comments

Comments
 (0)