Skip to content

Commit

Permalink
fix(test-runner): update mjs entrypoint with formatError
Browse files Browse the repository at this point in the history
  • Loading branch information
bashmish committed Aug 28, 2023
1 parent 5470b5b commit 72d31ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-boxes-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@web/test-runner': patch
---

update mjs entrypoint with formatError
2 changes: 2 additions & 0 deletions packages/test-runner/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const {
defaultReporter,
summaryReporter,
dotReporter,
formatError,
constants,
TestRunner,
TestRunnerCli,
Expand All @@ -24,6 +25,7 @@ export {
defaultReporter,
summaryReporter,
dotReporter,
formatError,
constants,
TestRunner,
TestRunnerCli,
Expand Down

0 comments on commit 72d31ec

Please sign in to comment.