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

Fix dev-dependencies and test files requires #41

Merged
merged 3 commits into from
Dec 4, 2024
Merged

Conversation

jeparlefrancais
Copy link
Collaborator

@jeparlefrancais jeparlefrancais commented Nov 18, 2024

Related #19

React was setup before Jest, so tests were never executed when I initially ported the project to npm and wally. React could not even depend on the jest packages.

This PR is a first step towards making the test suite run: it corrects a lot of the requires in test files and also define each dev-dependency.

This PR also enables the @jsdotlua/react-noop-renderer and @jsdotlua/jest-react to now be published!

React was setup before Jest, so tests were never executed when I
initially ported the project to npm and wally. React could not even
depend on the jest packages.

This PR is a first step towards making the test suite run: it corrects
a lot of the requires in test files and also define each dev-dependency.

This PR also enables the `@jsdotlua/react-noop-renderer` and
`@jsdotlua/jest-react` to now be published!
@grilme99 grilme99 merged commit df4b407 into main Dec 4, 2024
1 check passed
@grilme99 grilme99 deleted the dev-dependencies branch December 4, 2024 22:38
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