(...cfg)
| 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([]); |
no test coverage detected