-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/139 external user #161
Conversation
around commit 041d51f I have updated the Integration tests to also use JSDOM. This was done successfully in commit b87ac65. However, it is only able to run with tsdx, not with pure jest. I have been trying to get it to run with pure jest, this is so that we can run it with VS Code tools such as debugging and the jest extensions which would be really powerful. This seems to encounter several issues:
Next step ideas, because I'm moving on from trying this:
|
the plan is to merge this with the integration test as is, and then continuing to work on issue #139 in subsequent PRs. This is so others get the benefit of having this integration test |
Main changes: