Skip to content

Commit

Permalink
Merge branch 'main' into issue-6432
Browse files Browse the repository at this point in the history
  • Loading branch information
SmitaNachan authored Dec 22, 2024
2 parents 0571df1 + 1819fcc commit 2d2a3b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/m365/pp/commands/copilot/copilot-get.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@ describe(commands.COPILOT_GET, () => {
assert.notStrictEqual(command.description, null);
});

it('defines correct alias', () => {
const alias = command.alias();
assert.deepStrictEqual(alias, [commands.CHATBOT_GET]);
});

it('defines correct properties for the default output', () => {
assert.deepStrictEqual(command.defaultProperties(), ['name', 'botid', 'publishedon', 'createdon', 'modifiedon']);
});
Expand Down

0 comments on commit 2d2a3b7

Please sign in to comment.