Skip to content

Commit

Permalink
[CI] Enable Fastify suite.js (#4771)
Browse files Browse the repository at this point in the history
  • Loading branch information
watson authored Oct 22, 2024
1 parent 1522a48 commit 31dc1ec
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions packages/datadog-plugin-fastify/test/suite.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
'use strict'
// const suiteTest = require('../../dd-trace/test/plugins/suite')

// suiteTest({
// modName: 'fastify',
// repoUrl: 'fastify/fastify',
// commitish: 'latest',
// testCmd: 'node_modules/.bin/tap -J test/*.test.js test/*/*.test.js --no-coverage --no-check-coverage'
// })
const suiteTest = require('../../dd-trace/test/plugins/suite')

suiteTest({
modName: 'fastify',
repoUrl: 'fastify/fastify',
commitish: 'latest',
testCmd: 'node_modules/.bin/tap -J test/*.test.js test/*/*.test.js --no-coverage --no-check-coverage'
})

0 comments on commit 31dc1ec

Please sign in to comment.