MCPcopy
hub / github.com/danvk/source-map-explorer / OnErrorTest

Interface OnErrorTest

tests/unit/api.test.ts:199–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 });
198
199 interface OnErrorTest {
200 name: string;
201 bundlesAndFileTokens: BundlesAndFileTokens;
202 expectedErrorCode: string;
203 options?: ExploreOptions;
204 }
205
206 describe('on error', () => {
207 const bundleErrorTests: OnErrorTest[] = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…