Skip to content

Commit fbcca4d

Browse files
committedJun 22, 2023
fix: added better log message to the testing-library
Signed-off-by: prisis <d.bannert@anolilab.de>
1 parent 08e623c commit fbcca4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/eslint-config/src/config/plugins/testing-library.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (pkg) {
1919
// Workaround VS Code trying to run this file twice!
2020
if (!global.hasAnolilabEsLintTestConfigLoaded) {
2121
if (anolilabEslintConfig?.["info_on_testing_library_framework"] !== false) {
22-
consolePlugin(`testing-library/${ruleset}`);
22+
consolePlugin(`testing-library: loading "${ruleset}" ruleset`);
2323
}
2424

2525
global.hasAnolilabEsLintTestConfigLoaded = true;

0 commit comments

Comments
 (0)
Please sign in to comment.