Skip to content

Commit 913d341

Browse files
committed
Remove extra whitespace
1 parent 31b3d34 commit 913d341

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pluggable-widgets-tools/src/utils/enzyme-detector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function checkForEnzymeUsage(srcDir: string = "src"): void {
4747
scanDirectory(srcPath);
4848

4949
if (enzymeFiles.length > 0) {
50-
console.log(yellow("\n WARNING: Enzyme usage detected in your tests"));
50+
console.log(yellow("\nWARNING: Enzyme usage detected in your tests"));
5151
console.log(
5252
yellow(
5353
"Enzyme is no longer supported. Please migrate your tests to React Testing Library."

0 commit comments

Comments
 (0)