Skip to content

Commit bb39daa

Browse files
committed
Move test fixture to a fixturs directory for Consent Checkbox test
1 parent f7c9f60 commit bb39daa

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Consent/Checkbox/client/__tests__/checkbox.fixture.astro renamed to src/components/Consent/Checkbox/client/__fixtures__/checkbox.fixture.astro

File renamed without changes.

‎src/components/Consent/Checkbox/client/__tests__/testUtils.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { expect } from 'vitest'
22
import { experimental_AstroContainer as AstroContainer } from 'astro/container'
3-
import CheckboxFixture, { type CheckboxFixtureProps } from '@components/Consent/Checkbox/client/__tests__/checkbox.fixture.astro'
3+
import CheckboxFixture, { type CheckboxFixtureProps } from '@components/Consent/Checkbox/client/__fixtures__/checkbox.fixture.astro'
44
import type { ConsentCheckboxElement } from '@components/Consent/Checkbox/client'
55
import type { WebComponentModule } from '@components/scripts/@types/webComponentModule'
66
import { executeRender } from '@test/unit/helpers/litRuntime'

0 commit comments

Comments
 (0)