Skip to content

Commit

Permalink
Run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Sep 6, 2024
1 parent 1b973c3 commit 8665cdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {of} from 'rxjs';
})
class TestSimpleComponent {}

fdescribe('stripTags', () => {
describe('stripTags', () => {
it('should not touch plain text', () => {
expect(stripTags('')).toBe('');
expect(stripTags(' ')).toBe(' ');
Expand Down

0 comments on commit 8665cdf

Please sign in to comment.