Automattic / isolated-block-editor

Repackages Gutenberg's editor playground as a full-featured multi-instance editor that does not require WordPress.
343 stars 50 forks source link

Fix `act` misuse in tests #140

Closed mirka closed 2 years ago

mirka commented 2 years ago

Proposed changes

Eslint surfaced some misuse of the act() wrapper in Testing Library tests. This fixes them.

To test

✅ CI tests pass.