Skip to content

Commit

Permalink
refactor: drop json and winston reporters
Browse files Browse the repository at this point in the history
json might be back later but is unused for now
  • Loading branch information
pi0 committed Apr 10, 2023
1 parent c03268a commit 5af0e99
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 64 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,13 +198,6 @@ Choose between one of the built-in reporters or bring in your own one.

By default `FancyReporter` is registered for modern terminals or `BasicReporter` will be used if running in limited environments such as CIs.

Available reporters:

- [BasicReporter](./src/reporters/basic.ts)
- [FancyReporter](./src/reporters/fancy.ts)
- [JSONReporter](./src/reporters/json.ts)
- [WinstonReporter](./src/reporters/winston.ts)

### Creating your own reporter

A reporter (class or object) exposes `log(logObj)` method.
Expand Down
2 changes: 0 additions & 2 deletions src/reporters/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
export { default as BasicReporter } from "./basic";
export { default as BrowserReporter } from "./browser";
export { default as FancyReporter } from "./fancy";
export { default as JSONReporter } from "./json";
export { default as WinstonReporter } from "./winston";
13 changes: 0 additions & 13 deletions src/reporters/json.ts

This file was deleted.

42 changes: 0 additions & 42 deletions src/reporters/winston.ts

This file was deleted.

0 comments on commit 5af0e99

Please sign in to comment.