hermes-web-angular/src/app/shared/services/twitch-redemption.service.spec.ts

17 lines
408 B
TypeScript
Raw Normal View History

import { TestBed } from '@angular/core/testing';
import { TwitchRedemptionService } from './twitch-redemption.service';
describe('TwitchRedemptionService', () => {
let service: TwitchRedemptionService;
beforeEach(() => {
TestBed.configureTestingModule({});
service = TestBed.inject(TwitchRedemptionService);
});
it('should be created', () => {
expect(service).toBeTruthy();
});
});