66import  {  EnhancerRegistry  }  from  '../../../src/lib/registries' 
77
88describe ( 'github' ,  ( )  =>  { 
9-   usingHar ( 'gh_pr' ) . it ( 'should create the correct spot object for gh_pr ' ,  async  ( )  =>  { 
9+   usingHar ( 'gh_pr' ) . it ( 'should create the correct spot object' ,  async  ( )  =>  { 
1010    const  enhancers  =  new  EnhancerRegistry ( ) 
1111    const  textareas  =  document . querySelectorAll ( 'textarea' ) 
1212    expect ( textareas . length ) . toBe ( 2 ) 
@@ -21,7 +21,7 @@ describe('github', () => {
2121      } 
2222    ` ) 
2323  } ) 
24-   usingHar ( 'gh_new_pr' ) . it ( 'should create the correct spot object for gh_new_pr ' ,  async  ( )  =>  { 
24+   usingHar ( 'gh_new_pr' ) . it ( 'should create the correct spot object' ,  async  ( )  =>  { 
2525    const  enhancers  =  new  EnhancerRegistry ( ) 
2626    const  textareas  =  document . querySelectorAll ( 'textarea' ) 
2727    expect ( textareas . length ) . toBe ( 2 ) 
@@ -34,7 +34,7 @@ describe('github', () => {
3434          } 
3535        ` ) 
3636  } ) 
37-   usingHar ( 'gh_issue' ) . it ( 'should create the correct spot object for gh_issue ' ,  async  ( )  =>  { 
37+   usingHar ( 'gh_issue' ) . it ( 'should create the correct spot object' ,  async  ( )  =>  { 
3838    const  enhancers  =  new  EnhancerRegistry ( ) 
3939    const  textareas  =  document . querySelectorAll ( 'textarea' ) 
4040    expect ( textareas . length ) . toBe ( 1 ) 
@@ -48,9 +48,7 @@ describe('github', () => {
4848      } 
4949    ` ) 
5050  } ) 
51-   usingHar ( 
52-     'gh_new_issue' , 
53-   ) . it ( 'should create the correct spot object for gh_new_issue' ,  async  ( )  =>  { 
51+   usingHar ( 'gh_new_issue' ) . it ( 'should create the correct spot object' ,  async  ( )  =>  { 
5452    const  enhancers  =  new  EnhancerRegistry ( ) 
5553    const  textareas  =  document . querySelectorAll ( 'textarea' ) 
5654    expect ( textareas . length ) . toBe ( 1 ) 
0 commit comments