Skip to content

Commit e563a7a

Browse files
committed
fix tests
1 parent e817cc3 commit e563a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/html_to_tokens.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ describe('htmlToTokens', function(){
3333
res = htmlToTokens('<p>this is a <strong>test</strong></p>');
3434
});
3535

36-
it('should return 11', function(){
37-
expect(res.length).to.equal(11);
36+
it('should return 9', function(){
37+
expect(res.length).to.equal(9);
3838
});
3939

4040
it('should remove any html comments', function(){

0 commit comments

Comments
 (0)