Skip to content

Commit 295e147

Browse files
Joe CervinoJustinBeckwith
authored andcommitted
refactor(ts): enable noImplicitAny on test/query.ts (#342)
1 parent 52363a4 commit 295e147

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

handwritten/datastore/test/query.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ describe('Query', () => {
2323
const NAMESPACE = 'Namespace';
2424
const KINDS = ['Kind'];
2525

26-
27-
let query;
26+
// tslint:disable-next-line no-any
27+
let query: any;
2828

2929
beforeEach(() => {
3030
query = new Query(SCOPE, NAMESPACE, KINDS);

0 commit comments

Comments
 (0)