mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
remove unused service test
This commit is contained in:
@@ -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';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user