Skip to content

Commit 515bb5d

Browse files
committed
Fixed @fileoverview tag.
1 parent 497dad7 commit 515bb5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/js/runtimeTests.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717
/**
18-
* @file
18+
* @fileoverview
1919
* Crawl over all test/com/google/.../runtime_tests/*_test.html files and
2020
* execute them in a JSDOM context, fail the test if any do not succeed.
2121
*/
@@ -81,8 +81,8 @@ describe('Runtime tests', () => {
8181

8282
try {
8383
await TestIsFinished;
84-
} catch(e) {
85-
fail(`Failed test in suite ${TEST_NAME}: \n${e}\n`);
84+
} catch (e) {
85+
fail(`Failed test in suite ${TEST_NAME}: \n${chalk.red(e)}\n`);
8686
}
8787
console.log(`Passed all tests in suite ${TEST_NAME}`);
8888
});

0 commit comments

Comments
 (0)