2020-01-28 07:06:37 +08:00
|
|
|
describe('ssr: render props', () => {
|
2020-01-28 06:23:42 +08:00
|
|
|
test('class', () => {})
|
|
|
|
|
2020-01-29 07:48:27 +08:00
|
|
|
test('style', () => {
|
2020-01-28 06:23:42 +08:00
|
|
|
// only render numbers for properties that allow no unit numbers
|
|
|
|
})
|
|
|
|
|
2020-01-29 07:48:27 +08:00
|
|
|
test('normal attrs', () => {})
|
2020-01-28 06:23:42 +08:00
|
|
|
|
2020-01-29 07:48:27 +08:00
|
|
|
test('boolean attrs', () => {})
|
2020-01-28 06:23:42 +08:00
|
|
|
|
2020-01-29 07:48:27 +08:00
|
|
|
test('enumerated attrs', () => {})
|
2020-01-28 06:23:42 +08:00
|
|
|
|
2020-01-29 07:48:27 +08:00
|
|
|
test('ignore falsy values', () => {})
|
2020-01-28 06:23:42 +08:00
|
|
|
|
2020-01-29 07:48:27 +08:00
|
|
|
test('props to attrs', () => {})
|
2020-01-28 06:23:42 +08:00
|
|
|
|
2020-01-29 07:48:27 +08:00
|
|
|
test('ignore non-renderable props', () => {})
|
2020-01-28 06:23:42 +08:00
|
|
|
})
|