From: Ulrich-Matthias Schäfer Date: Tue, 6 Feb 2018 22:17:43 +0000 (+0100) Subject: remove test for `show()` X-Git-Tag: 3.0.0~70 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2b12c6a5ff9d5ba875f774ddf15325ffae171a35;p=svg.js.git remove test for `show()` --- diff --git a/spec/spec/hyperlink.js b/spec/spec/hyperlink.js index affef6d..6dfce10 100644 --- a/spec/spec/hyperlink.js +++ b/spec/spec/hyperlink.js @@ -22,13 +22,6 @@ describe('Hyperlink', function() { }) }) - describe('show()', function() { - it('creates xlink:show attribute', function() { - link.show('replace') - expect(link.attr('show')).toBe('replace') - }) - }) - describe('target()', function() { it('creates target attribute', function() { link.target('_blank')