mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
fix bugs on user controller
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
import { v4 as generateRandomUserName } from 'uuid';
|
||||
import { each } from 'lodash';
|
||||
|
||||
describe.skip('POST /user/register/local', () => {
|
||||
describe('POST /user/register/local', () => {
|
||||
context('username and email are free', () => {
|
||||
it('registers a new user', () => {
|
||||
let api = requester();
|
||||
|
||||
Reference in New Issue
Block a user