Skip to content

Commit

Permalink
fix challenge test
Browse files Browse the repository at this point in the history
  • Loading branch information
sacom14 committed May 13, 2024
1 parent b191dd4 commit 193b345
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { NgbNavModule } from '@ng-bootstrap/ng-bootstrap'
import { FormsModule } from '@angular/forms'
import { SolutionComponent } from '../../../../shared/components/solution/solution.component'
import { AuthService } from 'src/app/services/auth.service'
import { DynamicTranslatePipe } from 'src/app/pipes/dynamic-translate.pipe'

describe('ChallengeComponent', () => {
let component: ChallengeComponent
Expand All @@ -39,7 +40,8 @@ describe('ChallengeComponent', () => {
SharedComponentsModule,
I18nModule,
NgbNavModule,
FormsModule
FormsModule,
DynamicTranslatePipe,
],
providers: [
{
Expand Down

0 comments on commit 193b345

Please sign in to comment.