Sha256: 97de75a14c2d2f1c05cf9056de870c426e482fcf71bee4110638fcdc7ee1ad78
Contents?: true
Size: 356 Bytes
Versions: 20
Compression:
Stored size: 356 Bytes
Contents
import { testSelectorsSnapshotWithFixtures } from 'react-redux-test-utils'; import { insightsCloudUrl } from '../InsightsCloudSyncHelpers'; global.URL_PREFIX = ''; const fixtures = { 'should return insights cloud Url': () => insightsCloudUrl('test_path'), }; describe('InsightsCloudSync helpers', () => testSelectorsSnapshotWithFixtures(fixtures));
Version data entries
20 entries across 20 versions & 1 rubygems