We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad9009 commit c6f5bdeCopy full SHA for c6f5bde
test/unit/lib/plugins/milestones.test.js
@@ -1,8 +1,11 @@
1
+const { getLog } = require('probot/lib/helpers/get-log')
2
const Milestones = require('../../../../lib/plugins/milestones')
3
4
describe.skip('Milestones', () => {
5
let github
6
7
+ const log = getLog()
8
+ log.level = process.env.LOG_LEVEL ?? 'info'
9
function configure (config) {
10
return new Milestones(github, { owner: 'bkeepers', repo: 'test' }, config)
11
}
0 commit comments