]> source.dussan.org Git - svg.js.git/commitdiff
remove test for `show()`
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Tue, 6 Feb 2018 22:17:43 +0000 (23:17 +0100)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Tue, 6 Feb 2018 22:17:43 +0000 (23:17 +0100)
spec/spec/hyperlink.js

index affef6d840ed63f95495a1957d089bd2caa137f8..6dfce106031bf03ba970247d237ff986e2ea8ed9 100644 (file)
@@ -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')