Skip to content

Commit

Permalink
testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
crysmags committed May 9, 2024
1 parent ddc5f2d commit 145bf39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/datadog-plugin-undici/test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ describe('Plugin', () => {

describe('without configuration', () => {
beforeEach(() => {
agent.load('undici', {
return agent.load('undici', {
service: 'test'
})
.then(() => {
console.log('do we make it?')

Check failure on line 45 in packages/datadog-plugin-undici/test/index.spec.js

View workflow job for this annotation

GitHub Actions / lint

Unexpected console statement
express = require('express')
fetch = require('undici')
})
Expand Down

0 comments on commit 145bf39

Please sign in to comment.