correct test whitespaces
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
f2faa4cb5d
Коммит
a18573dfaa
@@ -21,14 +21,12 @@ jest.mock('src/mutator')
|
|||||||
const mockedMutator = mocked(mutator)
|
const mockedMutator = mocked(mutator)
|
||||||
|
|
||||||
describe('properties/number', () => {
|
describe('properties/number', () => {
|
||||||
|
|
||||||
let board: Board
|
let board: Board
|
||||||
let card: Card
|
let card: Card
|
||||||
let propertyTemplate: IPropertyTemplate
|
let propertyTemplate: IPropertyTemplate
|
||||||
let baseProps: ComponentProps<typeof NumberEditor>
|
let baseProps: ComponentProps<typeof NumberEditor>
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|
||||||
board = TestBlockFactory.createBoard()
|
board = TestBlockFactory.createBoard()
|
||||||
card = TestBlockFactory.createCard()
|
card = TestBlockFactory.createCard()
|
||||||
propertyTemplate = board.cardProperties[0]
|
propertyTemplate = board.cardProperties[0]
|
||||||
@@ -44,8 +42,6 @@ describe('properties/number', () => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
it('should match snapshot for number with empty value', () => {
|
it('should match snapshot for number with empty value', () => {
|
||||||
const {container} = setup(
|
const {container} = setup(
|
||||||
wrapIntl((
|
wrapIntl((
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user