Skip to content

Commit

Permalink
refactor(ts): enable noImplicitAny on test/query.ts (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Cervino authored and JustinBeckwith committed Mar 6, 2019
1 parent 63b89e9 commit 165e492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ describe('Query', () => {
const NAMESPACE = 'Namespace';
const KINDS = ['Kind'];


let query;
// tslint:disable-next-line no-any
let query: any;

beforeEach(() => {
query = new Query(SCOPE, NAMESPACE, KINDS);
Expand Down

0 comments on commit 165e492

Please sign in to comment.