All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.widgets.Form.fields.StandardField.tests.Measure.test.js Maven / Gradle / Ivy

The newest version!
import React from 'react'

import Measure from '../Measure'

const setup = propsOverride => shallow()

describe('Проверка Measure', () => {
    it('value = true', () => {
        const wrapper = setup({ value: 'value' })

        expect(wrapper.find('span').exists()).toEqual(true)
    })
})




© 2015 - 2024 Weber Informatics LLC | Privacy Policy