Skip to content

Commit

Permalink
feat: add stats to summary
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanrobert committed Jun 25, 2021
1 parent 65bf771 commit 6a3bf01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions report/src/summary/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const tools = {
thirdparties: (report) => require("./thirdparties")(report),
/** @param {UpDownReport} report */
updownio: (report) => require("./updownio")(report),
/** @param {StatsReport} report */
stats: (report) => require("./stats")(report),
};

/**
Expand Down

0 comments on commit 6a3bf01

Please sign in to comment.