You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I am making an Angular 8 application where I can upload different types of file (etc: .txt and .pdf). For my e2e tests I want to return different data results when I am posting a certain type of file. This can be done by looking at the ContentType header but I don't think there is a way to check for that in a mock file.
It would be really nice if this is something you can add.
The text was updated successfully, but these errors were encountered:
So I am making an Angular 8 application where I can upload different types of file (etc: .txt and .pdf). For my e2e tests I want to return different data results when I am posting a certain type of file. This can be done by looking at the ContentType header but I don't think there is a way to check for that in a mock file.
It would be really nice if this is something you can add.
The text was updated successfully, but these errors were encountered: