Skip to content

Commit

Permalink
Update tests/test_utils.js
Browse files Browse the repository at this point in the history
Co-authored-by: Burkhard Vogel-Kreykenbohm <burkhard.vogel@gmx.net>
  • Loading branch information
jszuminski and bvogel authored Jul 17, 2024
1 parent 3948d6b commit 26e86ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function showStartingTestMessage() {

export function showProcessingTestMessage(file) {
console.log(
`${style.blue} [Test runner] ${style.reset}`,
`${style.blue}[Test runner]${style.reset}`,
`Processing test ${file}.`
);
}
Expand Down

0 comments on commit 26e86ec

Please sign in to comment.