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

tests: make tests work independent of build #9

Open
andreas-karlsson opened this issue Aug 3, 2023 · 0 comments
Open

tests: make tests work independent of build #9

andreas-karlsson opened this issue Aug 3, 2023 · 0 comments

Comments

@andreas-karlsson
Copy link
Contributor

Our tests run directly against the src files and hence do not require building after a change. This works in our Jest setup, but TS doesn't use the src of dependent packages and will thus fail unless preceded by at least one build that creates the type files (ts.d). One possible fix would be to use TS project build.

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