NewsBlur/node/node_modules/@postlight/ci-failed-test-reporter/run-test-report.js

6 lines
152 B
JavaScript
Raw Normal View History

const path = require('path');
const comment = require(path.join(__dirname, '/index.js')).comment;
comment(path.join(__dirname, '/test-output.json'));