Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jan 15, 2025
1 parent 5d7d4d4 commit 9ff477d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/__tests__/surveys.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,6 @@ describe('surveys', () => {
} as unknown as Survey,
]

const secondSurveys: Survey[] = [
{
name: 'first survey',
description: 'first survey description',
type: SurveyType.Popover,
questions: [{ type: SurveyQuestionType.Open, question: 'what is a bokoblin?' }],
} as unknown as Survey,
{
name: 'second survey',
description: 'second survey description',
type: SurveyType.Popover,
questions: [{ type: SurveyQuestionType.Open, question: 'what is a moblin?' }],
} as unknown as Survey,
]
const surveysWithEvents: Survey[] = [
{
name: 'first survey',
Expand Down

0 comments on commit 9ff477d

Please sign in to comment.