Sha256: f6339babf57e69e4ad21aa09a2b761f79695fc8ce6fe45769f54b190b6902083
Contents?: true
Size: 342 Bytes
Versions: 4
Compression:
Stored size: 342 Bytes
Contents
//= require geoblacklight describe('setupInspection', function() { describe('Inspect attribute on the map', function() { it('identifyFeatures is defined', function() { expect(L.esri.identifyFeatures).toBeDefined(); }); it('Tasks is not defined', function() { expect(L.esri.Tasks).toBeUndefined(); }); }); });
Version data entries
4 entries across 4 versions & 1 rubygems