Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
oatkiller committed Oct 20, 2020
1 parent 45a805d commit 29e8ee6
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ import { coreMock } from '../../../../../../../src/core/public/mocks';
import { KibanaContextProvider } from '../../../../../../../src/plugins/kibana_react/public';
import { uiSetting } from '../../mocks/ui_setting';

// TODO, show the time and date format stuff in the test desc.
describe(`useFormattedDate, when the "dateFormat" UI setting is ${uiSetting(
describe(`useFormattedDate, when the "dateFormat" UI setting is "${uiSetting(
'dateFormat'
)} and the "dateFormat:tz" setting is ${uiSetting('dateFormat:tz')}`, () => {
)}" and the "dateFormat:tz" setting is "${uiSetting('dateFormat:tz')}"`, () => {
let formattedDate: (date: ConstructorParameters<typeof Date>[0] | Date | undefined) => string;

beforeEach(async () => {
Expand Down

0 comments on commit 29e8ee6

Please sign in to comment.