Remove references to bel (#678)

Fixes example todo app
This commit is contained in:
Carl Törnqvist
2018-08-01 12:32:36 +02:00
committed by GitHub
parent 48b19a6654
commit 5396036fe8
10 changed files with 9 additions and 12 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ var html = require('./html')
var raw = require('./html/raw')
var choo = require('./')
tape('should render on the server with bel', function (t) {
tape('should render on the server with nanohtml', function (t) {
var app = choo()
app.route('/', function (state, emit) {
var strong = '<strong>Hello filthy planet</strong>'