mirror of https://github.com/mthenw/frontail.git
lint fix
parent
8a7d5f6c88
commit
5907a8922c
|
@ -78,8 +78,8 @@ var connectBuilder = require('../lib/connect_builder');
|
|||
|
||||
it('returns app that replace index title', function (done) {
|
||||
var app = connectBuilder().index(
|
||||
__dirname + '/fixtures/index_with_title',
|
||||
{ 'title': 'Test', 'theme': 'default' })
|
||||
__dirname + '/fixtures/index_with_title',
|
||||
{ 'title': 'Test', 'theme': 'default' })
|
||||
.build();
|
||||
|
||||
app
|
||||
|
|
Loading…
Reference in New Issue