Skip to content

Commit

Permalink
Expunge Deno Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alvindera97 committed Oct 19, 2024
1 parent f728d5b commit 7def930
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 8,347 deletions.
3 changes: 0 additions & 3 deletions view/t/.eslintrc.json

This file was deleted.

36 changes: 0 additions & 36 deletions view/t/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions view/t/README.md

This file was deleted.

24 changes: 24 additions & 0 deletions view/t/__test__/components/newChatForm.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,27 @@ describe("Assert <NewChatForm /> Contents", () => {
).toBeTruthy();
});
});

describe("Assert <NewChatForm /> Group Chat Name Input Details", () => {
render(<NewChatForm />);

it("Asserts group name chat input is child of child element of single form element", () => {});
});

describe("Assert <NewChatForm /> Group Chat Context Input Details", () => {
render(<NewChatForm />);

it("", () => {});
});

describe("Assert <NewChatForm /> Number Of Chat Members Input Details", () => {
render(<NewChatForm />);

it("", () => {});
});

describe("Assert <NewChatForm /> Start Chat (Submit) Button Details", () => {
render(<NewChatForm />);

it("", () => {});
});
Loading

0 comments on commit 7def930

Please sign in to comment.