Skip to content

Commit

Permalink
chore(deps): update dependency karma-mocha to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and jtmalinowski committed Feb 23, 2021
1 parent 45a1d8d commit db37811
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/opentelemetry-propagator-jaeger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"karma": "5.0.9",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-mocha": "1.3.0",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "4.0.2",
"mocha": "6.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/opentelemetry-propagator-jaeger/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright 2019, OpenTelemetry Authors
/*
* Copyright The OpenTelemetry Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
8 changes: 8 additions & 0 deletions packages/opentelemetry-propagator-jaeger/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,13 @@
"include": [
"src/**/*.ts",
"test/**/*.ts"
],
"references": [
{
"path": "../opentelemetry-api"
},
{
"path": "../opentelemetry-core"
}
]
}
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@
{
"path": "packages/opentelemetry-propagator-b3"
},
{
"path": "packages/opentelemetry-propagator-jaeger"
},
{
"path": "packages/opentelemetry-resource-detector-aws"
},
Expand Down

0 comments on commit db37811

Please sign in to comment.