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.
2 parents 9b1b5e3 + c9f6d30 commit 33f9492Copy full SHA for 33f9492
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