UNPKG

mp-common

Version:

This is XPO MarketPlace common libary

16 lines (12 loc) 449 B
import { TestBed, inject } from '@angular/core/testing'; import { ApplicationService } from './application.service'; describe('ApplicationService', () => { beforeEach(() => { TestBed.configureTestingModule({ providers: [ ApplicationService ] }); }); it('should be created', inject([ ApplicationService ], (service: ApplicationService) => { expect(service).toBeTruthy(); })); });