This repo is what powers Frictionless PDF on Helix.
Install the Helix CLI:
sudo npm install -g @adobe/helix-cli
Run it in this repo:
hlx up
npm install
npm test
npm test:watch
This will run through all your tests, but then only run against any changed tests.
Always send a PR.