Skip to content

add tests#14

Open
BoghianRobert wants to merge 1 commit intomainfrom
write-tests
Open

add tests#14
BoghianRobert wants to merge 1 commit intomainfrom
write-tests

Conversation

@BoghianRobert
Copy link
Collaborator

@BoghianRobert BoghianRobert commented Sep 5, 2022

closes #8

import { buildOptionsList } from "../src/buildOptionsList";
import Icon from "react-native-vector-icons/AntDesign";

describe("getting the list of options", () => {
Copy link

Choose a reason for hiding this comment

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

These tests don't make me confident that when they pass everything works fine. They are quite shallow. You can see some examples here https://github.com/th3rdwave/react-native-safe-area-context/tree/main/src/__tests__ and here https://github.com/th3rdwave/react-native-safe-area-context/tree/main/src/__tests__.

BTW, I don't see tests for the Shkr component.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add tests

2 participants