We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0306a59 commit d04e2dcCopy full SHA for d04e2dc
src/test/issueTests.ts
@@ -373,7 +373,7 @@ export const issueTests: {
373
374
gh1907(_project, logger) {
375
logger.expectMessage(
376
- 'warn: The --name option was not specified, and package.json does not have a name field. Defaulting project name to "Documentation"'
+ 'warn: The --name option was not specified, and package.json does not have a name field. Defaulting project name to "Documentation".'
377
);
378
logger.discardDebugMessages();
379
logger.expectNoOtherMessages();
0 commit comments