mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Revert "fix(test): skip undesired test"
This reverts commit 93e0d16d5d.
This commit is contained in:
parent
89f449b513
commit
79033af36e
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ describe('language middleware', () => {
|
|||
checkResT(res);
|
||||
});
|
||||
|
||||
xit('uses query even if the request includes a user and session', () => {
|
||||
it('uses query even if the request includes a user and session', () => {
|
||||
req.query = {
|
||||
lang: 'es',
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue