Skip to content

Commit

Permalink
TextCompressionModule [nfc]: Add TODO for unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed Apr 29, 2021
1 parent 60303c7 commit b17a4f3
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -14,6 +14,8 @@
import java.util.zip.Deflater;
import java.util.zip.Inflater;

// TODO: Write unit tests; see
// https://github.com/zulip/zulip-mobile/blob/master/docs/howto/testing.md#unit-tests-android.
class TextCompressionModule extends ReactContextBaseJavaModule {
public TextCompressionModule(ReactApplicationContext reactContext) {
super(reactContext);
Expand Down

0 comments on commit b17a4f3

Please sign in to comment.