Tell us what’s happening:
Hi, i am already pass all test but its always timed out when i am trying run my code in repl. Please. Help.
Your code so far
https://boilerplate-project-metricimpconverter.fitriahfitri.repl.co
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 12; M2003J15SC) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36
Challenge: Quality Assurance Projects - Metric-Imperial Converter
Link to the challenge:
You need to start a new replit from the starting link in the project description instead of creating a replit and then importing the folders in as you have done. For some reason, your main folder only has index.js
in it with a the real app files in another sub folder named boilerplate-project-metricimpconverter
. When you properly import the GitHub repo via the replit starter link, then you will put your api code in the routes/api.js
and controllers/convertHandler.js
files and your code for your tests in the 1_unit-tests.js
and 2_functional-tests.js
files.
I made project from link in website from start actually. I dont understand what you mean. I think you open another folder of me. Yeah, i made one folder too but its take too long time upload all the files last night, so i stopped. Folder i linked here is the one i made it from start based on link repl in FCC page. Or can you see this one instead.
1 Like
https://replit.com/@FitriahFitri/boilerplate-project-metricimpconverter#README.md
How to send link in this forum. I am confused, why my preview repl not shown
1 Like
Appears to be a replit issue. I tested your project locally and it passes all the tests.
1 Like
Then what should i do to solve this problem?
1 Like
Maybe try using codesandbox or Glitch?
1 Like