From 82b4b8369cdd03052b275308402d7fb5f37533ef Mon Sep 17 00:00:00 2001 From: David Luna <luna.bistuer@gmail.com> Date: Mon, 22 Apr 2024 19:27:11 +0200 Subject: [PATCH] chore(instr-express): re-enable ESM test --- .../opentelemetry-instrumentation-express/test/express.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/node/opentelemetry-instrumentation-express/test/express.test.ts b/plugins/node/opentelemetry-instrumentation-express/test/express.test.ts index 2b6af411b9..4c72ba8ad2 100644 --- a/plugins/node/opentelemetry-instrumentation-express/test/express.test.ts +++ b/plugins/node/opentelemetry-instrumentation-express/test/express.test.ts @@ -554,7 +554,7 @@ describe('ExpressInstrumentation', () => { }); }); - it.skip('should work with ESM usage', async () => { + it('should work with ESM usage', async () => { await testUtils.runTestFixture({ cwd: __dirname, argv: ['fixtures/use-express.mjs'],