MCPcopy Create free account
hub / github.com/ReactiveX/rxjs / apiOptions

Function apiOptions

packages/migrate/src/cli.spec.ts:132–139  ·  view source on GitHub ↗
(file: string)

Source from the content-addressed store, hash-verified

130 }
131
132 function apiOptions(file: string) {
133 return {
134 files: [file],
135 sourceRoot,
136 sourceRepository: 'https://example.test/repository.git',
137 sourceSha: 'abc123',
138 };
139 }
140});
141
142function assertEquivalentReports(left: unknown, right: unknown): void {

Callers 1

cli.spec.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected