mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix test lint
This commit is contained in:
@@ -4,7 +4,7 @@ import {
|
||||
|
||||
describe('GET /status', () => {
|
||||
it('returns status: up', async () => {
|
||||
let res = await requester().get('/status');
|
||||
const res = await requester().get('/status');
|
||||
expect(res).to.eql({
|
||||
status: 'up',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user