Skip to content

Commit

Permalink
remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanPrince committed Jul 29, 2016
1 parent d63fdf8 commit 125a254
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Expand Up @@ -52,7 +52,7 @@ module.exports = function setupTestFixtures(app, options) {
loadFixturesOnStartup: false,
errorOnSetupFailure: false,
environments: 'test',
fixturesPath: '/server/test-fixtures/',
fixturesPath: '/server/test-fixtures/'
}, options);

debug('Loading fixtures with options', options);
Expand Down Expand Up @@ -171,5 +171,4 @@ module.exports = function setupTestFixtures(app, options) {
returns: {arg: 'fixtures', type: 'string'},
http: {path: '/teardown', verb: 'get'}
});

};

0 comments on commit 125a254

Please sign in to comment.