We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1b5e3 commit c9f6d30Copy full SHA for c9f6d30
packages/opentelemetry/test/unit/exporter-specs.js
@@ -44,7 +44,7 @@ describe('ExporterFactory', function () {
44
}
45
});
46
it('should have all the essential exporters', function () {
47
- const expectedExporters = ['jagger', 'console', 'prometheus', 'zipkin'];
+ const expectedExporters = ['jaeger', 'console', 'prometheus', 'zipkin'];
48
for (let key in AVAILABLE_EXPORTERS) {
49
expect(expectedExporters).to.contain(AVAILABLE_EXPORTERS[key]);
50
0 commit comments