forked from fr/deguapp
		
	Added: api auth status
This commit is contained in:
		@@ -207,7 +207,6 @@ describe('POST /api/v1/auth/logout', () => {
 | 
			
		||||
	});
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
describe('GET /api/v1/auth/status', () => {
 | 
			
		||||
	const url = '/api/v1/auth/status';
 | 
			
		||||
	test('should return login status 401', async () => {
 | 
			
		||||
@@ -219,5 +218,4 @@ describe('GET /api/v1/auth/status', () => {
 | 
			
		||||
		const res = await request.get(url).set('Cookie', jwt).send();
 | 
			
		||||
		expect(res.statusCode).toBe(200);
 | 
			
		||||
	});
 | 
			
		||||
});
 | 
			
		||||
*/
 | 
			
		||||
});
 | 
			
		||||
		Reference in New Issue
	
	Block a user