Lines Matching refs:_testing

10 import {_testing} from '../signup'
37 expect(_testing.goBackAndClearErrors()).toEqual(RouteTreeGen.createNavigateUp())
53 expect(_testing.showInviteScreen()).toEqual(
62 expect(_testing.showInviteScreen()).toEqual(
73 expect(_testing.showInviteSuccessOnNoErrors(nextState)).toEqual(false)
82 expect(_testing.showInviteSuccessOnNoErrors(nextState)).toEqual(
132 // expect(_testing.showUserOnNoErrors(nextState)).toEqual(
146 expect(_testing.showUserOnNoErrors(nextState)).toEqual(false)
164 …expect(_testing.checkUsername(makeTypedState(state), null as any, testLogger)).resolves.toEqual(fa…
212 expect(_testing.showDeviceScreenOnNoErrors(nextState)).toEqual(
286 expect(_testing.reallySignupOnNoErrors(makeTypedState(state)).next().value).toBeUndefined()
290 expect(_testing.reallySignupOnNoErrors(makeTypedState(state)).next().value).toBeUndefined()
294 expect(_testing.reallySignupOnNoErrors(makeTypedState(state)).next().value).toBeUndefined()
298 expect(_testing.reallySignupOnNoErrors(makeTypedState(state)).next().value).toBeUndefined()
302 expect(_testing.reallySignupOnNoErrors(makeTypedState(state)).next().value).toBeUndefined()
306 expect(_testing.reallySignupOnNoErrors(makeTypedState(state)).next().value).toBeUndefined()
320 _testing.reallySignupOnNoErrors(makeTypedState({...validSignup, devicename: ''})).next()
325 _testing.reallySignupOnNoErrors(makeTypedState({...validSignup, inviteCode: ''})).next()
330 _testing.reallySignupOnNoErrors(makeTypedState({...validSignup, username: ''})).next()
338 expect(_testing.showErrorOrCleanupAfterSignup(nextState)).toEqual(
347 … expect(_testing.showErrorOrCleanupAfterSignup(nextState)).toEqual(SignupGen.createRestartSignup())