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

components.widgets.Form.fields.RangeField.RangeField.test.js Maven / Gradle / Ivy

The newest version!
import React from 'react'

import { RangeField } from './RangeField'

const setup = propsOverride => shallow()

describe('Проверка RangeField', () => {
    it('visible = false', () => {
        const wrapper = setup({ visible: false })

        expect(wrapper.children().exists()).toEqual(false)
    })
})




© 2015 - 2024 Weber Informatics LLC | Privacy Policy