remove unused service test
This commit is contained in:
parent
b7a0fbfef5
commit
bf35cf3588
|
@ -7,5 +7,3 @@ import * as Response from './models/response';
|
|||
import * as Services from './services';
|
||||
|
||||
export { Abstractions, Enums, Data, Domain, Request, Response, Services };
|
||||
|
||||
export { UnusedService } from './services/unused.service';
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
export class UnusedService {
|
||||
private unusedMethod(): string {
|
||||
return 'unusedstring';
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue