A simple tool for checking that the test files remained unchanged for the RS School REST service task at the Rolling Scopes School Node.js development course.
npm config set @maksumov:registry https://npm.pkg.github.com/maksumov
npm install -D @maksumov/rss-rest-tests-checker
For starting check just run
npm explore @maksumov/rss-rest-tests-checker -- npm start
You can also use an optional argument to specify the location of the test folder. Example for the case when the folder with tests is located in the current folder:
npm explore @maksumov/rss-rest-tests-checker -- npm start .