Skip to content

Commit

Permalink
[ML] Fix TS.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Jul 9, 2020
1 parent 3f45214 commit ea91900
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
* you may not use this file except in compliance with the Elastic License.
*/

import React from 'react';

import { getFieldType } from './use_column_chart';

describe('getFieldType', () => {
describe('getFieldType()', () => {
it('should return the Kibana field type for a given EUI data grid schema', () => {
expect(getFieldType('text')).toBe('string');
expect(getFieldType('datetime')).toBe('date');
Expand Down

0 comments on commit ea91900

Please sign in to comment.