Skip to content

Commit

Permalink
Update packages/dd-trace/test/config.spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: Romain Komorn <136473744+romainkomorndatadog@users.noreply.github.com>
  • Loading branch information
juan-fernandez and romainkomorn-exdatadog authored Sep 23, 2024
1 parent 3605665 commit 724b941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dd-trace/test/config.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1824,7 +1824,7 @@ describe('Config', () => {
const config = new Config(options)
expect(config).to.have.property('isIntelligentTestRunnerEnabled', false)
})
it('should enabled manual testing API by default', () => {
it('should enable manual testing API by default', () => {
const config = new Config(options)
expect(config).to.have.property('isManualApiEnabled', true)
})
Expand Down

0 comments on commit 724b941

Please sign in to comment.