We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb06757 commit 69fb84aCopy full SHA for 69fb84a
test/cleaning.js
@@ -136,7 +136,7 @@ concurrencies.forEach(function(concurrency) {
136
this.timeout(10000);
137
138
var config = {
139
- hydrater_function: path.resolve(__dirname, '../hydraters/errored-hydrater.js'),
+ hydrater_function: path.resolve(__dirname, './hydraters/errored-hydrater.js'),
140
concurrency: concurrency,
141
logger: function() {},
142
};
0 commit comments