Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alle Jest-Mocks durch Jest-Snapshot-Tests ablösen #6963

Closed
deleonio opened this issue Oct 24, 2024 · 1 comment · Fixed by #7024 or #7060
Closed

Alle Jest-Mocks durch Jest-Snapshot-Tests ablösen #6963

deleonio opened this issue Oct 24, 2024 · 1 comment · Fixed by #7024 or #7060
Assignees
Labels
maintenance Routine codebase upkeep and management tasks. refactoring

Comments

@deleonio
Copy link
Contributor

deleonio commented Oct 24, 2024

Dieses Ticket soll erst nach folgendem Ticket begonnen werden: #6964

Die HTM-Mock tests werden durch Snapshot tests abgelöst.

Beispiel:

executeSnapshotTests<AvatarProps>(
	KolAvatarTag,
	[KolAvatar, KolAvatarWc],
	[
		{ _label: 'Erika Maria Mustermann', _src: undefined },
		{ _label: 'Erika', _src: undefined },
		{ _label: 'Erika', _src: '/image.webp' },
	],

Im ersten Schritt sollen hier nur die Tests mit einfaches Use-Cases umgestellt werden. Für konkrete Test-Cases werden neue Issue erstellt.

@deleonio deleonio added maintenance Routine codebase upkeep and management tasks. refactoring labels Oct 24, 2024
@deleonio deleonio changed the title BEM - Snapshot-Test - FC sollte ein abgestimmtes Vorgehen konzipiert werden Alle Jest-Mocks durch Jest-Snapshot-Tests ablösen Oct 24, 2024
@laske185 laske185 moved this to Backlog in KoliBri Board Nov 5, 2024
@laske185 laske185 moved this from Backlog to 📄 Ready in KoliBri Board Nov 5, 2024
Makko74 added a commit that referenced this issue Nov 6, 2024
Makko74 added a commit that referenced this issue Nov 6, 2024
Makko74 added a commit that referenced this issue Nov 6, 2024
@Makko74 Makko74 linked a pull request Nov 6, 2024 that will close this issue
8 tasks
Makko74 added a commit that referenced this issue Nov 6, 2024
Makko74 added a commit that referenced this issue Nov 6, 2024
Makko74 added a commit that referenced this issue Nov 6, 2024
Makko74 added a commit that referenced this issue Nov 6, 2024
Makko74 added a commit that referenced this issue Nov 6, 2024
Makko74 added a commit that referenced this issue Nov 6, 2024
Makko74 added a commit that referenced this issue Nov 6, 2024
Makko74 added a commit that referenced this issue Nov 6, 2024
Makko74 added a commit that referenced this issue Nov 6, 2024
Makko74 added a commit that referenced this issue Nov 6, 2024
Makko74 added a commit that referenced this issue Nov 6, 2024
@Makko74 Makko74 linked a pull request Nov 6, 2024 that will close this issue
8 tasks
Makko74 added a commit that referenced this issue Nov 7, 2024
Makko74 added a commit that referenced this issue Nov 7, 2024
Makko74 added a commit that referenced this issue Nov 7, 2024
@sdvg sdvg moved this from 🔍 Review to 🏗 In progress in KoliBri Board Nov 7, 2024
Makko74 added a commit that referenced this issue Nov 7, 2024
Makko74 added a commit that referenced this issue Nov 7, 2024
Makko74 added a commit that referenced this issue Nov 7, 2024
Makko74 added a commit that referenced this issue Nov 8, 2024
Makko74 added a commit that referenced this issue Nov 8, 2024
Makko74 added a commit that referenced this issue Nov 8, 2024
Refs: #6963
Makko74 added a commit that referenced this issue Nov 8, 2024
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in KoliBri Board Nov 8, 2024
Makko74 added a commit that referenced this issue Nov 8, 2024
@Makko74 Makko74 linked a pull request Nov 8, 2024 that will close this issue
8 tasks
Makko74 added a commit that referenced this issue Nov 11, 2024
@Makko74 Makko74 linked a pull request Nov 11, 2024 that will close this issue
8 tasks
@sdvg
Copy link
Member

sdvg commented Nov 11, 2024

Wieder geöffnet für #7060

@sdvg sdvg reopened this Nov 11, 2024
@github-project-automation github-project-automation bot moved this from ✅ Done to 🏗 In progress in KoliBri Board Nov 11, 2024
@sdvg sdvg moved this from 🏗 In progress to 🔍 Review in KoliBri Board Nov 11, 2024
sdvg added a commit that referenced this issue Nov 12, 2024
…avoid serialization issues with different timezones

Refs: #6963
Makko74 added a commit that referenced this issue Nov 12, 2024
@github-project-automation github-project-automation bot moved this from 🔍 Review to ✅ Done in KoliBri Board Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment