Skip to content

Commit da79ad5

Browse files
committed
style: move instrumentation test files
1 parent 059d7ad commit da79ad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/node-opentelemetry/src/__tests__/instrumentations.test.ts renamed to packages/node-opentelemetry/src/instrumentations/__tests__/instrumentations.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { PassThrough, Readable } from 'stream';
22

3-
import { _parseConsoleArgs } from '../instrumentations/console';
3+
import { _parseConsoleArgs } from '../console';
44
import {
55
getShouldRecordBody,
66
interceptReadableStream,
77
splitCommaSeparatedStrings,
8-
} from '../instrumentations/http';
8+
} from '../http';
99

1010
describe('instrumentations', () => {
1111
describe('console', () => {

0 commit comments

Comments
 (0)