DevExpress/angular-testcafe

Schema for src string is not working with the fileList.map of testcafe parse-file-list.js.

psander-com opened this issue · 1 comments

Hi,

i am not quite sure but it seems that the schema is not matching the requirements for the src file list parser.

https://github.com/DevExpress/testcafe/blob/master/src/utils/parse-file-list.js#L35

When i change the schema, from string to array - it seems to be working.
Please have a look.

Kind regards and thanks for this package.

Yeah I was trying to find out why it didn't accept a string anyway (from testcafe ^1.4.2). But still no clue. So I made a fix in fde6e80 for accepting arrays only.
expect to release today.
thanks for your comment