Skip to content

Commit

Permalink
chore(context): remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Feb 6, 2018
1 parent 2868880 commit e9ceba9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/context/src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {Binding} from './binding';
import {
isPromise,
BoundValue,
Constructor,
ValueOrPromise,
getDeepProperty,
} from './value-promise';
Expand Down
1 change: 1 addition & 0 deletions packages/context/test/unit/resolution-session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {ResolutionSession, Binding, Injection, inject} from '../..';

describe('ResolutionSession', () => {
class MyController {
// tslint:disable-next-line:no-unused-variable
constructor(@inject('b') private b: string) {}
}
function givenInjection(): Injection {
Expand Down

0 comments on commit e9ceba9

Please sign in to comment.