@@ -5,8 +5,8 @@ var parse5 = require('parse5')
55var json = require ( './json' )
66var toParse5 = require ( '..' )
77
8- test ( 'element' , function ( t ) {
9- t . test ( 'should transform elements' , function ( st ) {
8+ test ( 'element' , function ( t ) {
9+ t . test ( 'should transform elements' , function ( st ) {
1010 var actual = toParse5 ( {
1111 type : 'element' ,
1212 tagName : 'h1' ,
@@ -21,7 +21,7 @@ test('element', function(t) {
2121 st . end ( )
2222 } )
2323
24- t . test ( 'should transform attributes' , function ( st ) {
24+ t . test ( 'should transform attributes' , function ( st ) {
2525 var actual = toParse5 ( {
2626 type : 'element' ,
2727 tagName : 'div' ,
@@ -96,7 +96,7 @@ test('element', function(t) {
9696 st . end ( )
9797 } )
9898
99- t . test ( 'should transform void elements' , function ( st ) {
99+ t . test ( 'should transform void elements' , function ( st ) {
100100 var actual = toParse5 ( {
101101 type : 'element' ,
102102 tagName : 'img' ,
@@ -111,7 +111,7 @@ test('element', function(t) {
111111 st . end ( )
112112 } )
113113
114- t . test ( 'should transform templates with elements' , function ( st ) {
114+ t . test ( 'should transform templates with elements' , function ( st ) {
115115 var actual = toParse5 ( {
116116 type : 'element' ,
117117 tagName : 'template' ,
@@ -131,7 +131,7 @@ test('element', function(t) {
131131 st . end ( )
132132 } )
133133
134- t . test ( 'should transform templates with text' , function ( st ) {
134+ t . test ( 'should transform templates with text' , function ( st ) {
135135 var actual = toParse5 ( {
136136 type : 'element' ,
137137 tagName : 'template' ,
0 commit comments