● Test suite failed to run Cannot find module '../constants' from '152834_8f3ee091-4f84-4512-bb79-01cc01b97990/tests/test.js'
hello @Coderslang_Master can you help us? we have the same problem
thank you so much
petrusdrs I'd love to help. Please share your code.
Coderslang_Master i've this problem in task 96 here is my code
in constant.js export const hello = 'Hello, export world!';
in solution.js import { hello } from "./constant.js"; console.log(hello); // Hello, export world!
petrusdrs the code looks good. The only possible issue would be the location of the file constants.js. You need to make sure it's located in the same folder as solution.js.
constants.js
solution.js.
the location of constant.js is already in the same location as solution.js and also when I run the code, the resulting output is in accordance with task 96. but, when i want to submit the task, the error appears
petrusdrs are you sure the file should be called constant.js and not constants.js?
constant.js
Hello, Please how do I restart the coderslang extension on VS code so I can continue from where I left off. I restarted my PC two days ago and I cant seem to get back to the extension again even though I can still access it.
Almila go back to the very beginning and repeat the extension setup.