microsoft / microsoft/TypeScript-Sublime-Plugin
Tests folder reports "Cannot find module" errors
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 236
- Avg merge
- 21d 13h
- Merged PRs (30d)
- 1
Description
Hi,
I have my sources under src/*.ts and tests under test/*.spec.ts. Everything works fine except for the tests where some of modules are marked with error: Cannot find module X.
How do you fight this issue?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the module errors with sources in src/.ts and tests in test/.spec.ts, then inspect how the TypeScript Sublime Plugin resolves modules for the test files. Done means the affected test modules resolve without “Cannot find module” errors; the issue does not identify a specific source file, test, or expected configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devtools, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100