-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/custom method name for enforce close testing module #11
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
thiagomini
merged 17 commits into
main
from
feat/custom-method-name-for-enforce-close-testing-module
Dec 15, 2023
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
d661dce
feat: add close alias to enforce close testing module
thiagomini 2626731
refactor: extract function to get hook containing close method
thiagomini 8e0a664
feat: add close method alias to enforce close testing module
thiagomini e98533e
feat: add create method alias
thiagomini 04512a0
feat: throws testModuleNotClosed error with custom create alias
thiagomini 8668880
feat: throws testModuleClosedInWrongHook error with custom create alias
thiagomini 18da624
refactor: extract beforeHookContainingNode
thiagomini 96707bc
docs: add additional comments to enforce-close-testing-module
thiagomini 93a3263
refactor: extract moduleClosedInWrongHook
thiagomini afa5e78
refactor: remove unecessary call
thiagomini a24f9f2
test: create module in beforeEach and close in afterAll
thiagomini 84e98e4
feat: create module in beforeEach with custom method and close in aft…
thiagomini 9c544da
test: create module in beforeEach with custom method and close in aft…
thiagomini 544f12f
docs: add todo tests
thiagomini ee202d6
test: add missing tests for enforce-close-testing-module
thiagomini dcdd13b
test: fix test descriptions
thiagomini ee88e5f
docs: update enforce-close-testing-module docs to include options
thiagomini File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This was removed because we've reverted yarn to not use
pnp(plug and play), so we leveragenode_modules.