1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00

remove unused service test

This commit is contained in:
Kyle Spearrin 2018-01-09 15:37:51 -05:00
parent b7a0fbfef5
commit bf35cf3588
2 changed files with 0 additions and 7 deletions

View File

@ -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';

View File

@ -1,5 +0,0 @@
export class UnusedService {
private unusedMethod(): string {
return 'unusedstring';
}
}