Skip to content

Commit

Permalink
chore(instr-express): re-enable ESM test
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna committed Apr 22, 2024
1 parent 7152206 commit 82b4b83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 82b4b83

Please sign in to comment.