Skip to content

Commit

Permalink
upgrade tap to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Jan 30, 2025
1 parent 7b0d4e7 commit 7a4bc23
Show file tree
Hide file tree
Showing 5 changed files with 282 additions and 232 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ typings/
# End of https://www.gitignore.io/api/node,macos,visualstudiocode

.next
.tap
package-lock.json
out
versions
Expand Down
8 changes: 5 additions & 3 deletions .taprc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
check-coverage: false
# vim: set filetype=yaml :
color: true
coverage: false
node-arg: --expose-gc
node-arg:
- --expose-gc
reporter: spec
plugin:
- "@tapjs/mocha-globals"
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@stylistic/eslint-plugin-js": "^2.8.0",
"@tapjs/mocha-globals": "1.1.13",
"@types/node": "^16.0.0",
"autocannon": "^4.5.2",
"aws-sdk": "^2.1446.0",
Expand Down Expand Up @@ -155,7 +156,7 @@
"rimraf": "^3.0.0",
"sinon": "^16.1.3",
"sinon-chai": "^3.7.0",
"tap": "^18.8.0",
"tap": "18.5.0",
"tiktoken": "^1.0.15",
"yaml": "^2.5.0"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/dd-trace/test/setup/tap.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
'use strict'

require('tap').mochaGlobals()
require('tap')
require('@tapjs/mocha-globals').globalize()
require('./core')
Loading

0 comments on commit 7a4bc23

Please sign in to comment.