I’ve been doing a general refactoring of the code I’ve written so far. Decided I’ll try a different approach and it’s been going splendidly so far. However, when I ran codecrafters test I got an error
The module is still there, I’m just not sure why it’s looking for it in "/app/app/main.ts.
The path is codecrafters-redis-typescript/app/main.ts
Is it possibly an error due to the fact that I had to reinstall my code editor and now I’m not signed in to github? Does it even matter if I’m performing the tests with codecrafters’s testing tool?
Oh, something just struck me - @giraffe-529 are you on macOS by any chance? If so, could you check whether the import matches the exact file name’s casing?
macOS uses a case-insensitive filesystem by default, so you could do .. from "./dAtApArser" and things’d still work.
Oh boy it was all my fault, it was all fine. I misspelled the name of the module. Sorry for making the thread, I feel so embarrassed. I promise to be more vigilant from now on.