summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-02-06 23:17:43 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-02-06 23:17:43 +0100
commit2b12c6a5ff9d5ba875f774ddf15325ffae171a35 (patch)
treeb7d19605b1606e4d522022467c4525bfe3442b9b /spec
parent47568ce3a8447be010ce1a371cbbf330374c2c1a (diff)
downloadsvg.js-2b12c6a5ff9d5ba875f774ddf15325ffae171a35.tar.gz
svg.js-2b12c6a5ff9d5ba875f774ddf15325ffae171a35.zip
remove test for `show()`
Diffstat (limited to 'spec')
-rw-r--r--spec/spec/hyperlink.js7
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')