We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95462ec commit 48f6904Copy full SHA for 48f6904
packages/datadog-plugin-koa/test/suite.js
@@ -1,10 +1,7 @@
1
'use strict'
2
const suiteTest = require('../../dd-trace/test/plugins/suite')
3
4
-// TODO: Temporarily limiting this to run against v2.15.3 instead of `latest`,
5
-// as it's currently failing on `latest` because that code hasn't been pushed to GitHub.
6
-// For details, see: https://github.com/koajs/koa/issues/1857
7
-suiteTest('koa', 'koajs/koa', '2.15.3')
+suiteTest('koa', 'koajs/koa', 'latest')
8
9
// TODO enable this
10
// suiteTest('@koa/router', 'koajs/router', 'latest')
0 commit comments