mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Added status changing + history
- Status's for comments is now an array of objects
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const User = require('../../models/user');
|
||||
const expect = require('chai').expect;
|
||||
|
||||
describe('User: models', () => {
|
||||
describe('models.User', () => {
|
||||
let mockUsers;
|
||||
beforeEach(() => {
|
||||
return User.createLocalUsers([{
|
||||
|
||||
Reference in New Issue
Block a user