open-consul/ui-v2/lib/commands/bin/list.js
John Cowen fdd891c38e
ui: Reinstate listing of available test steps via CLI (#8614)
* Unignore any bin files underneath the UI folder

* Add previously ignored node exec script

* Rearrange steps file so we can continue to list steps out
2020-09-09 09:12:42 +01:00

4 lines
83 B
JavaScript
Executable file

#!/usr/bin/env node
require('../lib/list.js')(`${process.cwd()}/tests/steps.js`);