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 3f4c49a commit 4870fd0Copy full SHA for 4870fd0
test/helpers/hydrater.js
@@ -89,6 +89,7 @@ describe("hydrate()", function() {
89
90
hydrate(task, function(err, changes) {
91
changes.should.have.property('hydration_errored', true);
92
+ changes.should.have.property('hydration_error', 'Task took too long.');
93
process.env.TIMEOUT = 60 * 1000;
94
done(err);
95
});
0 commit comments