Skip to content

Commit

Permalink
Core: Move /src/html-reporter/html.js to /src/reporters/
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Jun 23, 2024
1 parent b36498b commit 5645c9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reporters.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import ConsoleReporter from './reporters/ConsoleReporter.js';
import PerfReporter from './reporters/PerfReporter.js';
import TapReporter from './reporters/TapReporter.js';
import HtmlReporter from './html-reporter/html';
import HtmlReporter from './reporters/HtmlReporter.js';

export default {
console: ConsoleReporter,
Expand Down
File renamed without changes.

0 comments on commit 5645c9a

Please sign in to comment.