mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix(tests): remove exclusive unit test
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
|||||||
} from '../../../helpers/api-unit.helper';
|
} from '../../../helpers/api-unit.helper';
|
||||||
import cors from '../../../../website/server/middlewares/cors';
|
import cors from '../../../../website/server/middlewares/cors';
|
||||||
|
|
||||||
describe.only('cors middleware', () => {
|
describe('cors middleware', () => {
|
||||||
let res; let req; let
|
let res; let req; let
|
||||||
next;
|
next;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user