Skip to content

Commit

Permalink
Test fix: Pass the dust object to the helper
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarrishav authored Dec 7, 2017
1 parent b0314da commit 7c3695e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var uutest = require('./uutest'),

//Add the tapper helper to test the Tap helper.
require("./testUtils");
require('../lib/dust-helpers');
require('../lib/dust-helpers')(dust);

function dumpError(err) {
var out = err.testName + " -> ";
Expand Down

0 comments on commit 7c3695e

Please sign in to comment.