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 5280daa commit 8a3cd72Copy full SHA for 8a3cd72
test/integration/tasks.test.js
@@ -158,6 +158,7 @@ describe("Tasks", function () {
158
expect(res.body).to.be.a("object");
159
expect(res.body.message).to.equal("Tasks returned successfully!");
160
expect(res.body.tasks).to.be.a("array");
161
+ expect(res.body.tasks[0].dependsOn).to.be.a("array");
162
const taskWithParticipants = res.body.tasks[0];
163
164
if (taskWithParticipants.type === "group") {
0 commit comments