Skip to content

Commit

Permalink
Correct typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes committed Feb 5, 2020
1 parent fd6f108 commit d5ee4fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe('IndexPattern Field Item', () => {
'/api/lens/index_stats/my-fake-index-pattern/field',
expect.anything()
);
// Argment functions not detected correctly (https://github.com/microsoft/TypeScript/issues/26591)
// Function argument types not detected correctly (https://github.com/microsoft/TypeScript/issues/26591)
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const { body } = (core.http.post.mock.calls[0] as any)[1];
expect(JSON.parse(body)).not.toHaveProperty('timeFieldName');
Expand Down

0 comments on commit d5ee4fe

Please sign in to comment.