Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
it( `AnchorTagBuilder should be a top-level named export of 'autolinker'`, () => {
expect( Autolinker.HtmlTag ).toEqual( jasmine.any( Function ) ); // constructor function
expect( Autolinker.HtmlTag.name ).toBe( 'HtmlTag' ); // function name
expect( Autolinker.HtmlTag.prototype.getTagName ).toEqual( jasmine.any( Function ) );
} );
it( `AnchorTagBuilder should be a top-level named export of 'autolinker'`, () => {
expect( Autolinker.HtmlTag ).toEqual( jasmine.any( Function ) ); // constructor function
expect( Autolinker.HtmlTag.name ).toBe( 'HtmlTag' ); // function name
expect( Autolinker.HtmlTag.prototype.getTagName ).toEqual( jasmine.any( Function ) );
} );