Skip to content

Commit

Permalink
more logs pls?
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Sep 18, 2024
1 parent e394beb commit 265865a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
import { cleanupChildProcesses, createRunner } from '../../../utils/runner';

describe('errors in Tracing without Performance mode', () => {
console.log('-1');

afterAll(() => {
cleanupChildProcesses();
});

test('error has the same traceId as obtained via getTraceData()/getTraceMetaTags()', async () => {
console.log('0');
const runner = createRunner(__dirname, 'server.js').start();

console.log('1', runner.getLogs());
Expand Down

0 comments on commit 265865a

Please sign in to comment.