NewsBlur/node/node_modules/@postlight/ci-failed-test-reporter/run-test-report.js
2019-04-13 14:44:10 -04:00

5 lines
152 B
JavaScript

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