1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2025-02-18 13:29:36 +01:00
excalidraw/src/components
Christopher Chedeau ead9aab888
Remove enzyme (#640)
The test that was added is not a good test. If we want to test things, we should be testing logic that is error prone such as all the mouse handling logic and state management. Adding a test for something trivial as displaying a list of data is just going to be annoying when we eventually change the UI and the test breaks.

Since this is the only test using enzyme, I also removed enzyme. We can add it back if we want to test a component using it.
2020-01-31 21:32:09 +00:00
..
ButtonSelect.tsx Some a11y fixes (#534) 2020-01-25 09:52:03 -08:00
ColorPicker.css lowercase pasted color (#594) 2020-01-27 19:51:11 +01:00
ColorPicker.tsx Replace i18n by a custom implementation (#638) 2020-01-31 21:06:06 +00:00
ContextMenu.css Adjust context menu and use open colors (#553) 2020-01-26 11:19:21 +01:00
ContextMenu.tsx Adjust context menu and use open colors (#553) 2020-01-26 11:19:21 +01:00
ExportDialog.css Minor redesign of Export Dialog (#604) 2020-01-29 02:25:47 +02:00
ExportDialog.tsx Replace i18n by a custom implementation (#638) 2020-01-31 21:06:06 +00:00
FixedSideContainer.css Use relative CSS units (#484) 2020-01-20 14:59:00 -08:00
FixedSideContainer.tsx Set Trailing Cmma to (#525) 2020-01-24 12:04:54 +02:00
icons.tsx Show labels instead of icons for PNG, SVG (#606) 2020-01-29 02:30:02 +02:00
Island.css Redesign idea (#343) 2020-01-15 07:42:02 -08:00
Island.tsx Redesign idea (#343) 2020-01-15 07:42:02 -08:00
LanguageList.tsx Replace i18n by a custom implementation (#638) 2020-01-31 21:06:06 +00:00
LockIcon.tsx Add landmarks (#564) 2020-01-26 17:14:31 -03:00
Modal.css Wider export dialog (#603) 2020-01-29 02:26:02 +02:00
Modal.tsx Accessible modals (#560) 2020-01-25 19:37:58 -03:00
Popover.css Redesign idea (#343) 2020-01-15 07:42:02 -08:00
Popover.tsx Set Trailing Cmma to (#525) 2020-01-24 12:04:54 +02:00
ProjectName.css Minor redesign of Export Dialog (#604) 2020-01-29 02:25:47 +02:00
ProjectName.tsx Minor redesign of Export Dialog (#604) 2020-01-29 02:25:47 +02:00
Stack.css Redesign idea (#343) 2020-01-15 07:42:02 -08:00
Stack.tsx Set Trailing Cmma to (#525) 2020-01-24 12:04:54 +02:00
StoredScenesList.tsx Replace i18n by a custom implementation (#638) 2020-01-31 21:06:06 +00:00
ToolButton.tsx Revert "Fix keyboard shortcut (#587)" (#617) 2020-01-30 10:40:49 +01:00
ToolIcon.scss Show labels instead of icons for PNG, SVG (#606) 2020-01-29 02:30:02 +02:00