Add more tests

This commit is contained in:
Joey Yakimowich-Payne 2026-01-15 07:08:50 -07:00
commit 5974134ad8
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
7 changed files with 1418 additions and 231 deletions

View file

@ -284,6 +284,7 @@ describe('DefaultConfigModal', () => {
shuffleQuestions: true,
shuffleAnswers: true,
hostParticipates: true,
randomNamesEnabled: false,
streakBonusEnabled: true,
streakThreshold: 3,
streakMultiplier: 1.2,

View file

@ -405,6 +405,7 @@ describe('GameConfigPanel', () => {
shuffleQuestions: true,
shuffleAnswers: true,
hostParticipates: true,
randomNamesEnabled: false,
streakBonusEnabled: true,
streakThreshold: 3,
streakMultiplier: 1.2,
@ -428,6 +429,7 @@ describe('GameConfigPanel', () => {
shuffleQuestions: false,
shuffleAnswers: false,
hostParticipates: false,
randomNamesEnabled: false,
streakBonusEnabled: false,
streakThreshold: 3,
streakMultiplier: 1.1,

View file

@ -324,6 +324,7 @@ describe('QuizEditor - Game Config Integration', () => {
shuffleQuestions: true,
shuffleAnswers: true,
hostParticipates: true,
randomNamesEnabled: false,
streakBonusEnabled: true,
streakThreshold: 5,
streakMultiplier: 1.5,