MCPcopy
hub / github.com/anthonyshort/deku / render

Function render

test/string/index.js:7–11  ·  view source on GitHub ↗
(vnode)

Source from the content-addressed store, hash-verified

5import test from 'tape'
6
7var render = function (vnode) {
8 var app = deku()
9 app.mount(vnode)
10 return renderString(app)
11}
12
13test('rendering virtual element to a string', ({equal,end}) => {
14 var Other = {

Callers 1

index.jsFile · 0.70

Calls 1

mountMethod · 0.80

Tested by

no test coverage detected