We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52363a4 commit 295e147Copy full SHA for 295e147
1 file changed
handwritten/datastore/test/query.ts
@@ -23,8 +23,8 @@ describe('Query', () => {
23
const NAMESPACE = 'Namespace';
24
const KINDS = ['Kind'];
25
26
-
27
- let query;
+ // tslint:disable-next-line no-any
+ let query: any;
28
29
beforeEach(() => {
30
query = new Query(SCOPE, NAMESPACE, KINDS);
0 commit comments