dyne / restroom-mw

🛠 Easy REST API builder executing Zencode
https://restroom.dyne.org
GNU Affero General Public License v3.0
3 stars 11 forks source link

Read content of file more explicit in Zencode statement #241

Open jaromil opened 1 year ago

jaromil commented 1 year ago

Steps to reproduce

The filesystem statement

Given I read the content of 'signer_path' and save the output into 'signer_data'

is too ambiguous and should specify it is a file we are reading

Expected behavior

Given I read the content of file 'signer_path' and save the output into 'signer_data'
puria commented 1 year ago

https://github.com/dyne/restroom-mw/blob/master/packages/files/src/actions.ts#L4