We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008d307 commit 48375f3Copy full SHA for 48375f3
__tests__/usersAuth.test.ts
@@ -5,13 +5,9 @@ import request from 'supertest';
5
import app from '../server/server';
6
import mockObj from '../mockData';
7
const user = mockObj.user;
8
-import { sessionIsCreated } from '../app/src/helperFunctions/auth';
9
10
//for creating unqiue login credentials
11
const num = Math.floor(Math.random() * 1000);
12
-let username;
13
-let password;
14
-let isFbOauth;
15
16
describe('User authentication tests', () => {
17
//test connection to server
0 commit comments