mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 05:38:46 +00:00
remove only
This commit is contained in:
parent
df641d0866
commit
592c320d1d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import {
|
|||
BadRequest,
|
||||
} from '../../../website/common/script/libs/errors';
|
||||
|
||||
describe.only('shared.ops.unlock', () => {
|
||||
describe('shared.ops.unlock', () => {
|
||||
let user;
|
||||
let clock;
|
||||
const unlockPath = 'shirt.convict,shirt.fire,shirt.horizon,shirt.ocean,shirt.purple,shirt.rainbow,shirt.redblue,shirt.thunder,shirt.tropical,shirt.zombie';
|
||||
|
|
|
|||
Loading…
Reference in a new issue