Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwitten committed Jun 15, 2020
1 parent ac9f12f commit 843eafe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class CollectorExporter extends CollectorExporterBase<CollectorExporterConfig> {
onInit() {}
onShutdown() {}
sendSpans() {}
defaultURL(url: string | undefined) {return url || "";}
}

describe('CollectorExporter - common', () => {
Expand Down

0 comments on commit 843eafe

Please sign in to comment.