Prettier
Didn't run this on every single file because it messes up the formatting of the some of the TestRenderer constructions
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
import { assertActiveElement, assertFocusable, assertNotFocusable, assertRadioGroupLabel, getByText, getRadioGroupOptions } from "$lib/test-utils/accessibility-assertions";
|
||||
import {
|
||||
assertActiveElement,
|
||||
assertFocusable,
|
||||
assertNotFocusable,
|
||||
assertRadioGroupLabel,
|
||||
getByText,
|
||||
getRadioGroupOptions,
|
||||
} from "$lib/test-utils/accessibility-assertions";
|
||||
import { render } from "@testing-library/svelte";
|
||||
import { RadioGroup, RadioGroupLabel, RadioGroupOption } from ".";
|
||||
import { suppressConsoleLogs } from "$lib/test-utils/suppress-console-logs";
|
||||
|
||||
Reference in New Issue
Block a user