DT
Size: a a a
DT
˸A
I
˸A
SP
AA
I
SP
˸A
it(' .... '
- это ведь не часть теста. Я выше написал - то билдер для "сценариев" (scenario)SP
SP
it(' .... '
- это ведь не часть теста. Я выше написал - то билдер для "сценариев" (scenario)I
˸A
describe('2 + 1: every 3rd cheapest product discounted'
и describe('Reduced to 1 euro'
- всё же понятноI
S
DE
it ('Cancel pending invoice', () => {
action
assert
})
it ('Do not allow to cancel paid invoice', () => {
action
assert
})
it ('Merge amounts for same ids', () => {
action
assert
})
it ('Calculations', () => {
action
assert
assert
action
assert
assert
action
assert
action
assert
}
˸A
it ('Cancel pending invoice', () => {
action
assert
})
it ('Do not allow to cancel paid invoice', () => {
action
assert
})
it ('Merge amounts for same ids', () => {
action
assert
})
it ('Calculations', () => {
action
assert
assert
action
assert
assert
action
assert
action
assert
}
DE
DE