Skip to content

Commit 48375f3

Browse files
committed
Deleted unused variables
1 parent 008d307 commit 48375f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

__tests__/usersAuth.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ import request from 'supertest';
55
import app from '../server/server';
66
import mockObj from '../mockData';
77
const user = mockObj.user;
8-
import { sessionIsCreated } from '../app/src/helperFunctions/auth';
98

109
//for creating unqiue login credentials
1110
const num = Math.floor(Math.random() * 1000);
12-
let username;
13-
let password;
14-
let isFbOauth;
1511

1612
describe('User authentication tests', () => {
1713
//test connection to server

0 commit comments

Comments
 (0)