UNPKG

wheelhouse-handlebars

Version:

A wheelhouse library to handlebars templates for rendering views

15 lines (10 loc) 275 B
'use strict'; var flatiron = require('flatiron') , app = flatiron.app , path = require('path') , _base = path.join(__dirname, '/../..') process.env.NODE_ENV = 'test' require('chai').should() app.use(flatiron.plugins.http, {}) app._base = _base module.exports = app