UNPKG

chimpy

Version:

Develop acceptance tests & end-to-end tests with realtime feedback.

6 lines (4 loc) 232 B
const { findBrokenFeatures } = require('./findBrokenFeatures/findBrokenFeatures') const jsonfile = require('jsonfile') const jsonOutput = jsonfile.readFileSync(process.argv[2]) console.log(findBrokenFeatures(jsonOutput).join(" "))