Project

General

Profile

Download (349 Bytes) Statistics
| Branch: | Tag: | Revision:
import { testComponentSnapshotsWithFixtures } from '../../../../../common/testHelpers';

import SmartProxy from '../../components/fields/SmartProxy';

import { smartProxyProps } from '../fixtures'

describe('RegistrationCommandsPage fields - SmartProxy', () => {
testComponentSnapshotsWithFixtures(SmartProxy, { 'renders': smartProxyProps });
})

(11-11/13)