Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Fixes #13485 : Migrate 'components/tutorial/tutorial_tip' module and associated tests to TypeScript #4589

Merged
merged 10 commits into from
Jan 6, 2020
Prev Previous commit
Next Next commit
small nit fixed
  • Loading branch information
M-ZubairAhmed committed Jan 2, 2020
commit 6763a8e2107058e5ad528a47dc1aaad32b452dc9
1 change: 0 additions & 1 deletion components/tutorial/tutorial_tip/tutorial_tip.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import React from 'react';
import {shallow, ShallowWrapper} from 'enzyme';

// import {mountWithIntl} from 'tests/helpers/intl-test-helper';
import TutorialTip from 'components/tutorial/tutorial_tip/tutorial_tip';
import {Constants, Preferences} from 'utils/constants';

Expand Down