fix(core): update

This commit is contained in:
Philipp Kunz 2020-06-22 13:49:53 +00:00
parent 82cf0c2257
commit 530fc59880

View File

@ -85,6 +85,7 @@ tap.test('should get a milestone', async () => {
console.log('the following tasks are available:');
const milestone = await tasks[0].getMilestone();
expect(milestone).to.be.instanceOf(ora.OraMilestone);
console.log(`Task with title "${tasks[0].title}" is part of milestone "${milestone.title}"`);
});
tap.start();