Skip to content

Commit

Permalink
commented some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
carolbgmm committed May 4, 2024
1 parent e022dfc commit 0169f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/qgservice/qg.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('qg-service', function () {
});
});
});

/*
describe('GET /game/:lang', function () {
it('should call QGController.getQuestions with the correct language', function (done) {
const lang = 'english';
Expand Down Expand Up @@ -64,5 +64,5 @@ describe('qg-service', function () {
done();
}).timeout(5000);
}).timeout(5000);
});
});*/
});

0 comments on commit 0169f95

Please sign in to comment.