Skip to content

Commit 5f7c302

Browse files
IsmaestroIsmael Ramos
authored andcommitted
fix(tests): removed fdescribe in 404 error component
1 parent 829b51b commit 5f7c302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/core/error404/error-404.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {ProgressBarService} from '../../shared/services/progress-bar.service';
88
import {TestsModule} from '../../shared/modules/tests.module';
99
import {Error404Component} from './error-404.component';
1010

11-
fdescribe('Error404Component', () => {
11+
describe('Error404Component', () => {
1212
let fixture;
1313
let component;
1414
let progressBarService;

0 commit comments

Comments
 (0)