mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix(tests): remove exclusive unit test
This commit is contained in:
parent
6743dcb08a
commit
f5e4e2150a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import {
|
|||
} from '../../../helpers/api-unit.helper';
|
||||
import cors from '../../../../website/server/middlewares/cors';
|
||||
|
||||
describe.only('cors middleware', () => {
|
||||
describe('cors middleware', () => {
|
||||
let res; let req; let
|
||||
next;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue