MCPcopy
hub / github.com/rx-angular/rx-angular / setupConfig

Function setupConfig

libs/state/spec/rx-state.spec.ts:318–322  ·  view source on GitHub ↗
(...cfg)

Source from the content-addressed store, hash-verified

316
317 describe('configuration', () => {
318 const setupConfig = (...cfg) => {
319 TestBed.configureTestingModule({
320 providers: [provideRxStateConfig(...cfg)],
321 });
322 };
323
324 it('should return empty array', () => {
325 expect(provideRxStateConfig()).toEqual([]);

Callers 1

rx-state.spec.tsFile · 0.85

Calls 1

provideRxStateConfigFunction · 0.90

Tested by

no test coverage detected