Skip to content

Commit

Permalink
remove unnecessary tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OlimpiaZurek committed Apr 22, 2024
1 parent a4da5df commit 6d3a8b1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 213 deletions.
5 changes: 1 addition & 4 deletions src/pages/signin/ValidateCodeForm/BaseValidateCodeForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,7 @@ function BaseValidateCodeForm({account, credentials, session, autoComplete, isUs
</PressableWithFeedback>
</View>
) : (
<View
style={[styles.mv3]}
testID="no-2FA-validate-code-form"
>
<View style={[styles.mv3]}>
<MagicCodeInput
autoComplete={autoComplete}
ref={(magicCodeInput) => {
Expand Down
102 changes: 0 additions & 102 deletions tests/perf-test/LoginForm.perf-test.tsx

This file was deleted.

107 changes: 0 additions & 107 deletions tests/perf-test/ValidateCodeForm.perf-test.tsx

This file was deleted.

0 comments on commit 6d3a8b1

Please sign in to comment.