mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Disabled report seeding to fix tests
This commit is contained in:
parent
4c265bf3b8
commit
670292b3ec
@ -15,9 +15,9 @@ const seed = {
|
||||
Organization: require('./organizations.js').default,
|
||||
Post: require('./posts.js').default,
|
||||
Comment: require('./comments.js').default,
|
||||
UserShouts: require('./users-shouts.js').default,
|
||||
UserShouts: require('./users-shouts.js').default
|
||||
|
||||
Reports: require('./reports.js').default
|
||||
// Reports: require('./reports.js').default
|
||||
}
|
||||
|
||||
let data = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user