Skip to content

Commit 1713052

Browse files
committed
Format the tests
1 parent 6248d3d commit 1713052

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

packages/components/src/anchor/anchor.base.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ test.describe('jpAnchor', () => {
2323
});
2424

2525
test('receive focus when focused programatically', async ({ page }) => {
26-
const element = page.locator('jp-anchor')
27-
await element.waitFor()
26+
const element = page.locator('jp-anchor');
27+
await element.waitFor();
2828
await element.focus();
2929

3030
expect(await page.evaluate(() => document.activeElement?.id)).toEqual(

packages/components/src/color/recipes/neutral-fill-layer.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { PaletteRGB } from '../palette.js';
32
import { SwatchRGB } from '../swatch.js';
43
import { middleGrey } from '../utilities/color-constants.js';

packages/components/src/color/recipes/neutral-foreground-hint.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { PaletteRGB } from '../palette.js';
32
import { SwatchRGB } from '../swatch.js';
43
import { accentBase, middleGrey } from '../utilities/color-constants.js';

0 commit comments

Comments
 (0)