Sha256: 310d3b90014555b363bc613a373e3e5c7fc6d9351510c48f829e42d4a67fce7d
Contents?: true
Size: 363 Bytes
Versions: 24
Compression:
Stored size: 363 Bytes
Contents
const Util = require('../../app/assets/javascripts/geoblacklight/modules/util'); describe('GeoBlacklight.Util', function() { describe('linkify', function() { it('returns a linkified string', function() { expect(Util.linkify('http://www.example.com')) .toEqual("<a href='http://www.example.com'>http://www.example.com</a>"); }); }); });
Version data entries
24 entries across 24 versions & 1 rubygems