Commit 2c4c9cb1 authored by Luke Bennett's avatar Luke Bennett

Resolve text_utility_spec.js

parent 1fd25fcc
......@@ -55,17 +55,13 @@ describe('text_utility', () => {
});
});
<<<<<<< HEAD
describe('capitalizeFirstCharacter', () => {
it('returns string with first letter capitalized', () => {
expect(textUtils.capitalizeFirstCharacter('gitlab')).toEqual('Gitlab');
});
});
describe('stripeHtml', () => {
=======
describe('stripHtml', () => {
>>>>>>> upstream/master
it('replaces html tag with the default replacement', () => {
expect(textUtils.stripHtml('This is a text with <p>html</p>.')).toEqual('This is a text with html.');
});
......
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