jina-ai / dashboard

Interactive UI for analyzing Jina logs, designing Flows and viewing Hub images
https://dashboard.jina.ai
Apache License 2.0
118 stars 61 forks source link

Test cases #261

Closed saurabhnemade closed 3 years ago

saurabhnemade commented 3 years ago
Screenshot 2021-03-15 at 8 15 15 PM

PR checklist

Docs

Tests

Typing

Styling

saurabhnemade commented 3 years ago

A simple integration test is added and console.log warning.

Axios mock adapter setup is somehow giving a lot of trouble. However the test is passing, its still loading from hosted domain. tried adding .env.test and defined full url in onGet but still the same so written test on hosted api as of now.

BastinJafari commented 3 years ago

Thanks for the changes! I made some comments regarding removing files and had a question about a line of code. Could you resolve these?