Mercurial > hg > ugly-duckling
view src/app/services/feature-extraction/feature-extraction.service.spec.ts @ 64:270f59ef3b83
Incorporate recent piper changes and use output descriptor for some basic feature discrimination to render appropriate layers.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Mon, 12 Dec 2016 00:41:37 +0000 |
parents | f7244f2155a3 |
children |
line wrap: on
line source
/* tslint:disable:no-unused-variable */ import { TestBed, async, inject } from '@angular/core/testing'; import { FeatureExtractionService } from './feature-extraction.service'; describe('FeatureExtractionService', () => { beforeEach(() => { TestBed.configureTestingModule({ providers: [FeatureExtractionService] }); }); it('should ...', inject([FeatureExtractionService], (service: FeatureExtractionService) => { expect(service).toBeTruthy(); })); });