mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Replace fest with assertj (#32770)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/32770 Fest is EOL and is replaced by assertj, originally a fork of Fest. This change replaces the usages in internal tests and removes the dependency. Changelog: [Internal][Android] Replace fest with assertj Reviewed By: genkikondo Differential Revision: D33143454 fbshipit-source-id: c1cbe5b064d007018f73858b2913806c11aa08af
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a4b9e4c978
commit
8367fc3836
@@ -7,7 +7,7 @@
|
||||
|
||||
package com.facebook.react;
|
||||
|
||||
import static org.fest.assertions.api.Assertions.assertThat;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
import static org.mockito.Matchers.any;
|
||||
import static org.mockito.Matchers.eq;
|
||||
import static org.mockito.Mockito.mock;
|
||||
|
||||
Reference in New Issue
Block a user