Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ruddell committed Nov 22, 2021
1 parent cbddd4d commit e21da98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { DiscoveryDocument, makeRedirectUri } from 'expo-auth-session';
import * as AuthSession from 'expo-auth-session';
import { generateHexStringAsync, buildCodeAsync } from 'expo-auth-session/src/PKCE';
import { buildQueryString } from 'expo-auth-session/src/QueryParams';
import { Platform } from 'react-native';
import * as WebBrowser from 'expo-web-browser';
import * as Linking from 'expo-linking';
import AppConfig from '../../config/app-config';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ test('login success path', () => {
})
test('login failure path', () => {
<%_ if (context.authenticationType === 'oauth2') { _%>
const response = FixtureAPI.getOauthInfo()
const step = stepper(login(FixtureAPI))
expect(step()).toEqual(select(selectAuthInfo));
Expand Down

0 comments on commit e21da98

Please sign in to comment.