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 f4ea739 commit 5d86f29Copy full SHA for 5d86f29
1 file changed
test/commands/package/packagePushUpgradeSchedule.test.ts
@@ -56,6 +56,7 @@ describe('package:pushupgrade:schedule - tests', () => {
56
57
// eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access
58
scheduleStub.resolves(pushReq);
59
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
60
const result = await cmd.run();
61
expect(result).to.deep.equal(pushReq);
62
0 commit comments