wip(ssr): vdom serialization
This commit is contained in:
@@ -1,29 +1,19 @@
|
||||
describe('ssr: render props', () => {
|
||||
test('class', () => {})
|
||||
|
||||
test('styles', () => {
|
||||
test('style', () => {
|
||||
// only render numbers for properties that allow no unit numbers
|
||||
})
|
||||
|
||||
describe('attrs', () => {
|
||||
test('basic', () => {})
|
||||
test('normal attrs', () => {})
|
||||
|
||||
test('boolean attrs', () => {})
|
||||
test('boolean attrs', () => {})
|
||||
|
||||
test('enumerated attrs', () => {})
|
||||
test('enumerated attrs', () => {})
|
||||
|
||||
test('skip falsy values', () => {})
|
||||
})
|
||||
test('ignore falsy values', () => {})
|
||||
|
||||
describe('domProps', () => {
|
||||
test('innerHTML', () => {})
|
||||
test('props to attrs', () => {})
|
||||
|
||||
test('textContent', () => {})
|
||||
|
||||
test('textarea', () => {})
|
||||
|
||||
test('other renderable domProps', () => {
|
||||
// also test camel to kebab case conversion for some props
|
||||
})
|
||||
})
|
||||
test('ignore non-renderable props', () => {})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user