Skip to content

Commit 4e229dc

Browse files
committed
chore: update comment in tests
1 parent f38a38c commit 4e229dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metapackages/auto-instrumentations-node/test/register.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function runWithRegister(path: string): PromiseWithChild<{
3636
OTEL_NODE_RESOURCE_DETECTORS: 'none',
3737
OTEL_TRACES_EXPORTER: 'console',
3838
OTEL_LOG_LEVEL: 'debug',
39-
// nx (used by lerna run) defaults `FORCE_COLOR=true`, which in
39+
// nx defaults `FORCE_COLOR=true`, which in
4040
// node v18.17.0, v20.3.0 and later results in ANSI color escapes
4141
// in the ConsoleSpanExporter output that is checked below.
4242
FORCE_COLOR: '0',

0 commit comments

Comments
 (0)