-
Notifications
You must be signed in to change notification settings - Fork 249
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
New: Introduce Jest component testing to the framework (fixes #3417) #3383
Conversation
…ith Core Header template
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
2b04abc
to
b3f0dce
Compare
559fc12
to
b3f0dce
Compare
…t, added spy on isMinScreenSize to test different screen sizes, added jest to eslintrc and added extra clearjest cache command
…reenSize is no longer in use within the header template
UpdateCommandsTest file layouts
See example test folder. NotesI've moved all of the code for executing tests into Librariesjest-environment-adapt contains all of the code required to setup jest to be able to load Adapt into node. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
Excellent!
Approved ✅ extremely happy with this and great we will now have both e2e and unit tests within the Adapt Framework. |
# [5.32.0](v5.31.31...v5.32.0) (2023-09-26) ### New * Introduce Jest component testing to the framework (fixes #3417) (#3383) ([c83f68b](c83f68b)), closes [#3417](#3417) [#3383](#3383) [Issue#64](https://github.com/Issue/issues/64) [issue#64](https://github.com/issue/issues/64) [Issue#64](https://github.com/Issue/issues/64) [Issue#64](https://github.com/Issue/issues/64) [Issue#64](https://github.com/Issue/issues/64) [Issue#64](https://github.com/Issue/issues/64) [#3428](#3428)
Please see details here #3417
Steps to run
Navigate to the adapt_framework repo in the terminal and run