Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better testing project structure/ configuration? #132

Open
Nikola-Milovic opened this issue Nov 22, 2021 · 1 comment
Open

Better testing project structure/ configuration? #132

Nikola-Milovic opened this issue Nov 22, 2021 · 1 comment

Comments

@Nikola-Milovic
Copy link

As it currently stands, you cannot import the source files and the things you want to test easily. You have to use absolute imports, you get no code completion, the types (interfaces for requests for example) are lost. And it doesn't even seem to work without a seperate tconfig file as you cannot do import froms . Does anyone have a testing setup with similar structure to this project that works? Preferably with relative imports, code completion and everything

@Nikola-Milovic
Copy link
Author

Closed it as it's a mocha issue, as the original project uses jest. Don't know if it applies then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant