mirror of
https://github.com/supabase/supabase.git
synced 2026-07-07 09:30:21 +08:00
* remove trailing commas * test cases added * Opt for immutable way in JsonEditor --------- Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
UI Testing Notes
<Popover> vs <Dropdown>
When simulating clicks on these components, do the following:
// for Popovers
import userEvent from '@testing-library/user-event'
userEvent.click('Hello world')
// for Dropdowns
import clickDropdown from 'tests/helpers'
clickDropdown('Hello world')