Skip to content

Commit baf31c9

Browse files
authored
Merge pull request #42 from oslabs-beta/stephenfeature
removed unused images
2 parents 8a4046d + f9574f2 commit baf31c9

24 files changed

+700
-404
lines changed

__tests__/components/SignUp.test.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ xdescribe('Create Signup Page', () => {
1818
);
1919
});
2020

21-
it('should render', () => {
21+
xit('should render', () => {
2222
expect(screen).toBeTruthy();
2323
});
2424

25-
it('Should contain an h1, h2, form, two buttons, and three inputs', () => {
25+
xit('Should contain an h1, h2, form, two buttons, and three inputs', () => {
2626
const element = screen.getByTestId('SignUp');
2727
expect(element.querySelectorAll('h1').length).toBe(1);
2828
expect(element.querySelectorAll('h2').length).toBe(1);
@@ -31,7 +31,7 @@ xdescribe('Create Signup Page', () => {
3131
expect(element.querySelectorAll('input').length).toBe(4);
3232
});
3333

34-
it('Sign up button should submit email, username, and password to addUser', async () => {
34+
xit('Sign up button should submit email, username, and password to addUser', async () => {
3535
screen.debug();
3636

3737
const username = screen.getByPlaceholderText('enter username');

assets/examples_docker_data.png

-94.6 KB
Binary file not shown.

assets/express-logo-color.png

-8.05 KB
Binary file not shown.

assets/github-action-logo.png

-17.2 KB
Binary file not shown.

assets/grafana-logo.png

-48.3 KB
Binary file not shown.

assets/grpc-logo-color.png

-72.8 KB
Binary file not shown.

assets/http-logo-color.png

-36.6 KB
Binary file not shown.

assets/important.png

-3.77 KB
Binary file not shown.

assets/jest-logo-color.png

-17.7 KB
Binary file not shown.

assets/js-logo-color.png

-53.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)