Tell us what’s happening:
Q. It’s in the original images folder. You can use that path with the move command to move it. Move footer.jpeg to the client/assets/images folder while in the website folder.
My answer:
camper: /website$ mv footer.jpeg client/assets/images
After running this command, I am getting a blue tick confirmation, and when I check with ls client/assets/images, footer.jpeg is also showing. But still, the test is not passing, and an alert message is showing: “Tests should pass.” What should I do next?
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0
Challenge Information:
Learn Bash by Building a Boilerplate - Build a Boilerplate