mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-12 13:36:43 +00:00
7 lines
216 B
TypeScript
7 lines
216 B
TypeScript
import SignUp from '../SignUp';
|
|
|
|
describe('Signup Page', () => {
|
|
it('calls loadUser function', () => {});
|
|
it('redirects to dashboard if signed up', () => {});
|
|
it('call signup function on click', () => {});
|
|
});
|