Skip to content

Commit

Permalink
Remove f from describe to run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Tonon committed Jun 5, 2024
1 parent bbef0d4 commit 935e3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/autocomplete/autocomplete.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class TestAutocompleteComponent {
}
}

fdescribe('AutoComplete', () => {
describe('AutoComplete', () => {
let autocomplete: AutoComplete;
let autocomplete2: AutoComplete;
let testComponent: TestAutocompleteComponent;
Expand Down

0 comments on commit 935e3e5

Please sign in to comment.