online test with Woven. They promise that if you take the time, they will give you feedback. Bottom line - they had a mock website that I accidentally refreshed - and it was GONE. I could no longer test any code and I was flying blind. My test was front-end focused. First, I had a hard time understanding what they even wanted to begin with. they had a "mock" website where you can log in with a username and password. Then you can inspect like I believe, chrome development tools. My example test with Woven was NOTHING like the actual test environment - which I find in front end quite a bit. You needed that mock website to run the code and sort of verify what you were doing. Unfortunately, I killed it so so I started guessing. I assumed I got an array of objects back - I had no idea, I couldn't inspect the response or if my fetch was working at all. the worst part is the give you feedback! I was so annoyed because I KNOW how to inspect an object and fetch data. I just couldn't inspect what i was doing AT ALL. tip 1- don't refresh the mock website - there is no going back. tip 2 - they said I wouldn't need the rest of the code for anything - this is not true. You need the data representing users so that you can log in with the user and password and test various responses.