Skip to content

Commit 110ffce

Browse files
Update index.ts
1 parent 775782f commit 110ffce

File tree

1 file changed

+1
-1
lines changed
  • projects/testing-library/schematics/ng-add

1 file changed

+1
-1
lines changed

projects/testing-library/schematics/ng-add/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function (): Rule {
1313
if (dtlDep) {
1414
context.logger.info(`Skipping installation of '@testing-library/dom' because it's already installed.`);
1515
} else {
16-
context.logger.info(`Installing '@testing-library/dom'.`);
16+
context.logger.info(`Adding '@testing-library/dom' as a peer dependency.`);
1717
addPackageJsonDependency(tree, { name: dtl, type: NodeDependencyType.Dev, overwrite: false, version: '^10.0.0' });
1818
}
1919

0 commit comments

Comments
 (0)