Add more tests
This commit is contained in:
parent
62281e1124
commit
5974134ad8
7 changed files with 1418 additions and 231 deletions
|
|
@ -284,6 +284,7 @@ describe('DefaultConfigModal', () => {
|
|||
shuffleQuestions: true,
|
||||
shuffleAnswers: true,
|
||||
hostParticipates: true,
|
||||
randomNamesEnabled: false,
|
||||
streakBonusEnabled: true,
|
||||
streakThreshold: 3,
|
||||
streakMultiplier: 1.2,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -324,6 +324,7 @@ describe('QuizEditor - Game Config Integration', () => {
|
|||
shuffleQuestions: true,
|
||||
shuffleAnswers: true,
|
||||
hostParticipates: true,
|
||||
randomNamesEnabled: false,
|
||||
streakBonusEnabled: true,
|
||||
streakThreshold: 5,
|
||||
streakMultiplier: 1.5,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue