0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 12:02:48 +00:00

Remove test timeout increase

This commit is contained in:
G.Ambatte
2022-03-26 21:27:48 +13:00
parent 0d8ad50e2a
commit b6933406ed

View File

@@ -7,7 +7,7 @@ const app = supertest.agent(require('app.js').app)
describe('Tests for static pages', ()=>{
it('Home page works', ()=>{
return app.get('/').expect(200);
}, 30000);
});
it('Home page v3 works', ()=>{
return app.get('/v3_preview').expect(200);