Added test for custom type encoding #106
Annotations
11 warnings
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint:
example/src/tests.ts#L4
`text-encoding` import should occur before import of `xmtp-react-native-sdk/lib/DecodedMessage`
|
lint:
example/src/tests.ts#L4
Replace `"text-encoding"` with `'text-encoding'`
|
lint:
example/src/tests.ts#L5
`buffer` import should occur before import of `react-native-blob-util`
|
lint:
example/src/tests.ts#L798
Replace `"xmtp.org"` with `'xmtp.org'`
|
lint:
example/src/tests.ts#L799
Replace `"transactionReference"` with `'transactionReference'`
|
lint:
example/src/tests.ts#L802
Delete `;`
|
lint:
example/src/tests.ts#L808
Delete `;`
|
lint:
example/src/tests.ts#L812
Delete `;`
|
lint:
example/src/tests.ts#L816
Delete `;`
|
lint:
example/src/tests.ts#L821
Delete `;`
|