Commit 6adf46be authored by Ben Hayward's avatar Ben Hayward

Removed focused test

1 merge request!415[Sprint/InterestingIguana](BUG) Fix period char username fix #1481
Pipeline #69288121 running with stages
......@@ -87,7 +87,7 @@ describe('TagPipe', () => {
expect(transformedString).toContain('@name.com');
});
fit('should transform two adjacent tags', () => {
it('should transform two adjacent tags', () => {
const pipe = new TagsPipe(featuresServiceMock);
const string = '@test1 @test2';
const transformedString = pipe.transform(<any>string);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment