Skip to content

Commit

Permalink
with debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Apr 20, 2024
1 parent 70f5b5e commit bce24e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/datadog-plugin-express/test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describe('Plugin', () => {
})
})

describe.only('without configuration', () => {
describe('without configuration', () => {
before(() => {
return agent.load(['express', 'http'], [{}, { client: false }])
})
Expand Down Expand Up @@ -126,7 +126,7 @@ describe('Plugin', () => {
})
})

it('should do automatic instrumentation on routers', done => {
it.only('should do automatic instrumentation on routers', done => {

Check warning on line 129 in packages/datadog-plugin-express/test/index.spec.js

View workflow job for this annotation

GitHub Actions / lint

Unexpected exclusive mocha test
const app = express()
const router = express.Router()

Expand Down

0 comments on commit bce24e5

Please sign in to comment.