mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
code: users,nextjs,get (1 files)
This commit is contained in:
@@ -19,7 +19,7 @@ describe('getUsers', () => {
|
||||
name: 'empty array when no users',
|
||||
dbData: [],
|
||||
expected: [],
|
||||
options: undefined,
|
||||
options: { scope: 'all' },
|
||||
expectedArgs: ['User'],
|
||||
},
|
||||
{
|
||||
@@ -50,7 +50,7 @@ describe('getUsers', () => {
|
||||
isInstanceOwner: false,
|
||||
},
|
||||
],
|
||||
options: undefined,
|
||||
options: { scope: 'all' },
|
||||
expectedArgs: ['User'],
|
||||
},
|
||||
{
|
||||
@@ -103,7 +103,7 @@ describe('getUsers', () => {
|
||||
isInstanceOwner: true,
|
||||
},
|
||||
],
|
||||
options: undefined,
|
||||
options: { scope: 'all' },
|
||||
expectedArgs: ['User'],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user