Skip to content

Commit 72d31ec

Browse files
committedAug 28, 2023
fix(test-runner): update mjs entrypoint with formatError

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
 

‎.changeset/fresh-boxes-yawn.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@web/test-runner': patch
3+
---
4+
5+
update mjs entrypoint with formatError

‎packages/test-runner/index.mjs

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const {
77
defaultReporter,
88
summaryReporter,
99
dotReporter,
10+
formatError,
1011
constants,
1112
TestRunner,
1213
TestRunnerCli,
@@ -24,6 +25,7 @@ export {
2425
defaultReporter,
2526
summaryReporter,
2627
dotReporter,
28+
formatError,
2729
constants,
2830
TestRunner,
2931
TestRunnerCli,

0 commit comments

Comments
 (0)
Please sign in to comment.