mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
6 lines
152 B
JavaScript
6 lines
152 B
JavaScript
![]() |
const path = require('path');
|
||
|
|
||
|
const comment = require(path.join(__dirname, '/index.js')).comment;
|
||
|
|
||
|
comment(path.join(__dirname, '/test-output.json'));
|