diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-02-06 23:17:43 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-02-06 23:17:43 +0100 |
commit | 2b12c6a5ff9d5ba875f774ddf15325ffae171a35 (patch) | |
tree | b7d19605b1606e4d522022467c4525bfe3442b9b /spec | |
parent | 47568ce3a8447be010ce1a371cbbf330374c2c1a (diff) | |
download | svg.js-2b12c6a5ff9d5ba875f774ddf15325ffae171a35.tar.gz svg.js-2b12c6a5ff9d5ba875f774ddf15325ffae171a35.zip |
remove test for `show()`
Diffstat (limited to 'spec')
-rw-r--r-- | spec/spec/hyperlink.js | 7 |
1 files changed, 0 insertions, 7 deletions
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') |