Skip to content

Commit a68e08d

Browse files
committed
now that we are using transpileOnly:true with ts-node for tests, we no longer need this
1 parent 7f6a5e4 commit a68e08d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

packages/opentelemetry-host-metrics/test/metric.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
/* eslint-disable-next-line @typescript-eslint/triple-slash-reference */
18-
/// <reference path="../global.d.ts" />
19-
2017
import * as Network from 'systeminformation/lib/network';
2118
import type { Systeminformation } from 'systeminformation';
2219
import { Attributes } from '@opentelemetry/api';

plugins/node/opentelemetry-instrumentation-router/test/index.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
/* eslint-disable-next-line @typescript-eslint/triple-slash-reference */
18-
/// <reference path="../src/router.d.ts" />
19-
2017
import { context, trace } from '@opentelemetry/api';
2118
import { NodeTracerProvider } from '@opentelemetry/sdk-trace-node';
2219
import { AsyncHooksContextManager } from '@opentelemetry/context-async-hooks';

0 commit comments

Comments
 (0)