Skip to content

Conversation

@aduth
Copy link
Contributor

@aduth aduth commented Sep 13, 2020

Closes #6
Closes #7
Closes #8

This pull request seeks to sync @testing-library/preact-hooks to be brought in line with the latest @testing-library/react-hooks (v3.4.1).

Specifically, this includes:

v3.4.1

v3.3.0

v3.2.0

  • Introduced /pure inmport as alternative to skip auto cleanup

@CarsonMcKinstry
Copy link
Collaborator

Thanks @aduth for these updates!

@CarsonMcKinstry CarsonMcKinstry merged commit e54ace6 into testing-library:master Sep 28, 2020
@aduth aduth deleted the sync-react-hooks-3-4-1 branch September 28, 2020 21:26
expect(complete).toBe(true);
});

test.only("should wait for arbitrary expectation to pass", async () => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The .only here should have been removed 😓

Suggested change
test.only("should wait for arbitrary expectation to pass", async () => {
test("should wait for arbitrary expectation to pass", async () => {

Removed in #12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants