MCPcopy
hub / github.com/Kong/insomnia / TestErr

Interface TestErr

packages/insomnia-testing/src/run/entities.ts:3–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { Stats } from 'mocha';
2
3interface TestErr {
4 generatedMessage: boolean;
5 name: string;
6 code: string;
7 actual: string;
8 expected: string;
9 operator: string;
10}
11
12interface NodeErr {
13 message: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected