Skip to content

Enzyme-powered integration tests #49

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

Merged
merged 3 commits into from
Dec 28, 2021
Merged

Enzyme-powered integration tests #49

merged 3 commits into from
Dec 28, 2021

Conversation

fsoikin
Copy link
Contributor

@fsoikin fsoikin commented Dec 28, 2021

Only one small test, just to establish a working test setup with Enzyme.

@fsoikin fsoikin requested review from gasi and mcordova47 December 28, 2021 06:01
"lodash": "^4.17.21",
"pulp": "^14.0.0",
"pulp": "^15.0.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed that [email protected] was pulling in [email protected]

@@ -22,7 +22,7 @@ jobs:
key: build-atrifacts-v1-${{ hashFiles('package-lock.json', 'spago.dhall', 'packages.dhall') }}
- uses: actions/setup-node@v1
with:
node-version: 10.15
node-version: 12.16
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, turns out jsdom is not supported on Node v10: jsdom/whatwg-url#209 (comment)

Copy link
Contributor

@mcordova47 mcordova47 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@fsoikin fsoikin merged commit 8c5be02 into master Dec 28, 2021
@fsoikin fsoikin deleted the enzyme branch December 28, 2021 06:21
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

Successfully merging this pull request may close these issues.

2 participants