aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_services/csv-parse.service.spec.ts
blob: ab685d49df0a8c128237ec094d186a41217f89e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import { TestBed } from '@angular/core/testing';

import { CsvParseService } from './csv-parse.service';

describe('CsvParseService', () => {
  let service: CsvParseService;

  beforeEach(() => {
    TestBed.configureTestingModule({});
    service = TestBed.inject(CsvParseService);
  });

  it('should be created', () => {
    expect(service).toBeTruthy();
  });
});