Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/cli/test/integration/cli/cli.integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ describe('cli', () => {
expect(entries).to.not.containEql('Available commands:');
});

it('saves command metadata to .yo-rc.json', function () {
it('saves command metadata to .yo-rc.json', /** @this {Mocha.Context} */ function () {
// This test can be slow under parallel mode
// eslint-disable-next-line @typescript-eslint/no-invalid-this
this.timeout(15000);
const entries = [];
main({meta: true}, getLog(entries));
Expand Down