John Cowen d818e892fa
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`);